Skip to content

Commit

Permalink
use h2 in grails-test-suite-persistence and grails-test-suite-uber
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Feb 10, 2015
1 parent 0260531 commit 4af1ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grails-test-suite-persistence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ dependencies {
exclude group: 'java-persistence', module:'persistence-api'
exclude group: 'javassist', module: 'javassist'
}

testRuntime 'com.h2database:h2:1.3.176'
}

test {
Expand Down
1 change: 1 addition & 0 deletions grails-test-suite-uber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies {
testRuntime 'javax.servlet.jsp:jsp-api:2.1'
testRuntime 'jstl:jstl:1.1.2'
testRuntime 'javax.el:el-api:1.0'
testRuntime 'com.h2database:h2:1.3.176'

testCompile "commons-io:commons-io:${commonsIOVersion}"
testCompile project(':grails-plugin-codecs'),
Expand Down

0 comments on commit 4af1ccf

Please sign in to comment.