|
|
|
@ -59,19 +59,19 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.spockframework</groupId>
|
|
|
|
|
<artifactId>spock-core</artifactId>
|
|
|
|
|
<version>1.1-groovy-2.4-rc-3</version>
|
|
|
|
|
<version>1.1-groovy-2.4</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- Optional dependencies for using Spock -->
|
|
|
|
|
<dependency> <!-- use a specific Groovy version rather than the one specified by spock-core -->
|
|
|
|
|
<groupId>org.codehaus.groovy</groupId>
|
|
|
|
|
<artifactId>groovy-all</artifactId>
|
|
|
|
|
<version>2.4.7</version>
|
|
|
|
|
<version>2.4.10</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency> <!-- enables mocking of classes (in addition to interfaces) -->
|
|
|
|
|
<groupId>cglib</groupId>
|
|
|
|
|
<artifactId>cglib-nodep</artifactId>
|
|
|
|
|
<version>3.2.4</version>
|
|
|
|
|
<groupId>net.bytebuddy</groupId>
|
|
|
|
|
<artifactId>byte-buddy</artifactId>
|
|
|
|
|
<version>1.6.5</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency> <!-- enables mocking of classes without default constructor (together with CGLIB) -->
|
|
|
|
|