|
|
@ -33,7 +33,7 @@ dependencies {
|
|
|
|
testRuntimeOnly "org.objenesis:objenesis:3.3" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB)
|
|
|
|
testRuntimeOnly "org.objenesis:objenesis:3.3" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB)
|
|
|
|
|
|
|
|
|
|
|
|
// dependencies used by examples in this project
|
|
|
|
// dependencies used by examples in this project
|
|
|
|
testRuntimeOnly "com.h2database:h2:2.2.220"
|
|
|
|
testRuntimeOnly "com.h2database:h2:2.2.222"
|
|
|
|
implementation "org.apache.groovy:groovy-sql"
|
|
|
|
implementation "org.apache.groovy:groovy-sql"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|