|
|
|
@ -26,6 +26,7 @@
|
|
|
|
|
<maven.version>3.5.4</maven.version>
|
|
|
|
|
<maven-resolver.version>1.1.1</maven-resolver.version>
|
|
|
|
|
<spock.version>1.0-groovy-2.4</spock.version>
|
|
|
|
|
<testcontainers.version>1.10.6</testcontainers.version>
|
|
|
|
|
<dependency-management-plugin.version>1.0.6.RELEASE</dependency-management-plugin.version>
|
|
|
|
|
</properties>
|
|
|
|
|
<scm>
|
|
|
|
@ -96,16 +97,6 @@
|
|
|
|
|
<artifactId>mockwebserver</artifactId>
|
|
|
|
|
<version>3.9.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.testcontainers</groupId>
|
|
|
|
|
<artifactId>testcontainers</artifactId>
|
|
|
|
|
<version>1.10.6</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.testcontainers</groupId>
|
|
|
|
|
<artifactId>neo4j</artifactId>
|
|
|
|
|
<version>1.10.6</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.vaadin.external.google</groupId>
|
|
|
|
|
<artifactId>android-json</artifactId>
|
|
|
|
@ -247,6 +238,16 @@
|
|
|
|
|
<artifactId>spock-spring</artifactId>
|
|
|
|
|
<version>${spock.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.testcontainers</groupId>
|
|
|
|
|
<artifactId>neo4j</artifactId>
|
|
|
|
|
<version>${testcontainers.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.testcontainers</groupId>
|
|
|
|
|
<artifactId>testcontainers</artifactId>
|
|
|
|
|
<version>${testcontainers.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.zeroturnaround</groupId>
|
|
|
|
|
<artifactId>zt-zip</artifactId>
|
|
|
|
|