Skip to content

Commit

Permalink
#7 Adds a missing library dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
preslavrachev committed Aug 15, 2017
1 parent 58bf6b4 commit 7b65c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ dependencies {
compile('javax.inject:javax.inject:1')
compile("com.fasterxml.jackson.core:jackson-core:2.8.8")
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-mongodb')
Expand Down

0 comments on commit 7b65c7f

Please sign in to comment.