Convert groovy tests to java
This commit is contained in:
committed by
Vedran Pavic
parent
9c236fa256
commit
8f71ace84c
@@ -14,7 +14,9 @@ dependencies {
|
||||
|
||||
providedCompile "javax.servlet:javax.servlet-api:$servletApiVersion"
|
||||
|
||||
testCompile "junit:junit:$junitVersion"
|
||||
testCompile "junit:junit:$junitVersion",
|
||||
"org.assertj:assertj-core:$assertjVersion",
|
||||
"org.projectlombok:lombok:$lombokVersion"
|
||||
|
||||
integrationTestCompile gebDependencies
|
||||
integrationTestCompile seleniumDependencies
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user