Skip to content

Commit

Permalink
#7 Comment out library dependencies not needed ATM
Browse files Browse the repository at this point in the history
- Due to configuration changes needed, those dependencies cause the setting up of the Spring context to fail. They are therefore commented out at the moment, and will be enabled again in follow-up commits.
  • Loading branch information
preslavrachev committed Aug 16, 2017
1 parent 965f7c5 commit c5b5887
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ dependencies {
compile("com.fasterxml.jackson.module:jackson-module-kotlin:2.8.7")
compile("commons-codec:commons-codec:1.10")
compile('org.springframework.boot:spring-boot-starter-actuator')
compile('org.springframework.boot:spring-boot-starter-data-jpa')
// compile('org.springframework.boot:spring-boot-starter-data-jpa')
compile('org.springframework.boot:spring-boot-starter-data-mongodb')
compile('org.springframework.boot:spring-boot-starter-data-rest')
compile('org.flywaydb:flyway-core')
// compile('org.flywaydb:flyway-core')
compile('org.springframework.boot:spring-boot-starter-hateoas')
compile('org.springframework.boot:spring-boot-starter-security')
// compile('org.springframework.boot:spring-boot-starter-security')
compile('org.springframework.boot:spring-boot-starter-thymeleaf')
compile('org.springframework.boot:spring-boot-starter-web')
compile('org.springframework.boot:spring-boot-starter-webflux')
Expand Down

0 comments on commit c5b5887

Please sign in to comment.