|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
<properties>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
|
|
<groovy.version>3.0.9</groovy.version>
|
|
|
|
|
<groovy.version>4.0.5</groovy.version>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
@ -70,7 +70,7 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.spockframework</groupId>
|
|
|
|
|
<artifactId>spock-bom</artifactId>
|
|
|
|
|
<version>2.1-groovy-3.0</version>
|
|
|
|
|
<version>2.2-groovy-4.0</version>
|
|
|
|
|
<type>pom</type>
|
|
|
|
|
<scope>import</scope>
|
|
|
|
|
</dependency>
|
|
|
|
@ -91,7 +91,7 @@
|
|
|
|
|
</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>
|
|
|
|
|
<groupId>org.apache.groovy</groupId>
|
|
|
|
|
<artifactId>groovy</artifactId>
|
|
|
|
|
<version>${groovy.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
@ -120,7 +120,7 @@
|
|
|
|
|
<version>2.1.210</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.codehaus.groovy</groupId>
|
|
|
|
|
<groupId>org.apache.groovy</groupId>
|
|
|
|
|
<artifactId>groovy-sql</artifactId>
|
|
|
|
|
<version>${groovy.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|