Skip to content

Commit

Permalink
Use correct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
IDragonfire committed May 13, 2017
1 parent 32a3f38 commit 8a71c03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ dependencies {
compile("org.springframework.boot:spring-boot-starter-web")
compile("org.springframework.boot:spring-boot-starter-jetty")
compile("org.springframework.boot:spring-boot-starter-security")
compile("org.springframework.boot:spring-boot-starter-thymeleaf")
compile("de.codecentric:spring-boot-admin-starter-client:${springBootAdminClientVersion}")

compile("com.github.FAForever:faf-java-commons:${fafCommonsVersion}")
Expand Down Expand Up @@ -191,9 +192,6 @@ dependencies {

optional("org.springframework.boot:spring-boot-configuration-processor")

compile("org.thymeleaf:thymeleaf:${thymeleafVersion}")
compile("org.thymeleaf:thymeleaf-spring4:${thymeleafVersion}")

testCompile("org.springframework.boot:spring-boot-starter-test")
testCompile("org.springframework.restdocs:spring-restdocs-mockmvc")
testCompile("org.springframework.security:spring-security-test")
Expand Down

0 comments on commit 8a71c03

Please sign in to comment.