|
|
@ -28,13 +28,13 @@
|
|
|
|
<dependency
|
|
|
|
<dependency
|
|
|
|
groupId="org.spockframework"
|
|
|
|
groupId="org.spockframework"
|
|
|
|
artifactId="spock-core"
|
|
|
|
artifactId="spock-core"
|
|
|
|
version="1.1-groovy-2.4-rc-3" />
|
|
|
|
version="1.1-groovy-2.4" />
|
|
|
|
<!-- Optional dependencies for using Spock -->
|
|
|
|
<!-- Optional dependencies for using Spock -->
|
|
|
|
<!-- enables mocking of classes (in addition to interfaces) -->
|
|
|
|
<!-- enables mocking of classes (in addition to interfaces) -->
|
|
|
|
<dependency
|
|
|
|
<dependency
|
|
|
|
groupId="cglib"
|
|
|
|
groupId="net.bytebuddy"
|
|
|
|
artifactId="cglib-nodep"
|
|
|
|
artifactId="byte-buddy"
|
|
|
|
version="3.2.4" />
|
|
|
|
version="1.6.5" />
|
|
|
|
<!-- enables mocking of classes without parameterless constructor (together with CGLIB) -->
|
|
|
|
<!-- enables mocking of classes without parameterless constructor (together with CGLIB) -->
|
|
|
|
<dependency
|
|
|
|
<dependency
|
|
|
|
groupId="org.objenesis"
|
|
|
|
groupId="org.objenesis"
|
|
|
|