Skip to content

Commit

Permalink
Fix dependencies to allow docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerdk committed Feb 18, 2019
1 parent 67fee0a commit 488ac8d
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 @@ -48,6 +48,7 @@ dependencies {
compile('org.springframework.boot:spring-boot-starter-security')
compile('joda-time:joda-time:2.10')
compileOnly('org.projectlombok:lombok')
annotationProcessor 'org.projectlombok:lombok:1.18.6'
runtime('com.h2database:h2')
testCompile 'io.rest-assured:rest-assured:3.1.1'
testCompile 'io.rest-assured:spring-mock-mvc:3.1.1'
Expand Down

0 comments on commit 488ac8d

Please sign in to comment.