Skip to content

Commit

Permalink
Remove unused tags from initial build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Jan 9, 2018
1 parent da5fd13 commit 8186863
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions initial/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

dependencies {
// tag::jetty[]
compile("org.springframework.boot:spring-boot-starter-web") {
exclude module: "spring-boot-starter-tomcat"
}
compile("org.springframework.boot:spring-boot-starter-jetty")
// end::jetty[]
// tag::actuator[]
compile("org.springframework.boot:spring-boot-starter-actuator")
// end::actuator[]
compile("org.springframework.boot:spring-boot-starter-web")
testCompile("junit:junit")
}

0 comments on commit 8186863

Please sign in to comment.