Update to spock-1.1 (ant)

main
Leonard Brünings 8 years ago
parent fbcf48f85f
commit be527cd557

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

Loading…
Cancel
Save