Skip to content

Commit

Permalink
Added compile h2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dilipkrish committed Mar 15, 2017
1 parent 755da70 commit db748f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
compile "io.springfox:springfox-swagger-ui:${springfox}"
compile "io.springfox.grails:springfox-grails:${springfoxGrails}"

runtime "com.h2database:h2"
// runtime "com.h2database:h2" //For local testing
compile 'org.postgresql:postgresql:9.4.1212'
compile 'com.github.jsimone:webapp-runner:8.5.11.3'

Expand Down

0 comments on commit db748f1

Please sign in to comment.