File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,9 @@ dependencies {
81
81
// compile "org.grails.plugins:grails-plugin-converters" // only needed for grails 3.3
82
82
testCompile " org.grails:grails-plugin-testing"
83
83
testCompile " org.grails.plugins:geb"
84
+ testCompile " org.grails:grails-test-mixins:3.3.0"
85
+ testCompile " org.grails:grails-gorm-testing-support"
86
+ testCompile " org.grails:grails-web-testing-support"
84
87
testRuntime " org.seleniumhq.selenium:selenium-htmlunit-driver:2.47.1"
85
88
testRuntime " net.sourceforge.htmlunit:htmlunit:2.18"
86
89
@@ -103,6 +106,8 @@ dependencies {
103
106
// regular JAR dependencies
104
107
runtime ' mysql:mysql-connector-java:5.1.42'
105
108
testRuntime " com.h2database:h2"
109
+ testRuntime " org.seleniumhq.selenium:selenium-htmlunit-driver:2.47.1"
110
+ testRuntime " net.sourceforge.htmlunit:htmlunit:2.18"
106
111
runtime ' commons-lang:commons-lang:2.6'
107
112
compile ' commons-io:commons-io:2.5'
108
113
runtime ' org.hamcrest:hamcrest-core:1.3'
You can’t perform that action at this time.
0 commit comments