|
|
@ -13,7 +13,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<properties> |
|
|
|
<properties> |
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
<cucumber.version>2.3.1</cucumber.version> |
|
|
|
<cucumber.version>4.2.0</cucumber.version> |
|
|
|
</properties> |
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<dependencies> |
|
|
@ -59,7 +59,6 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>junit</groupId> |
|
|
|
<groupId>junit</groupId> |
|
|
|
<artifactId>junit</artifactId> |
|
|
|
<artifactId>junit</artifactId> |
|
|
|
<version>4.12</version> |
|
|
|
|
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
@ -90,7 +89,7 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.spotify</groupId> |
|
|
|
<groupId>com.spotify</groupId> |
|
|
|
<artifactId>docker-client</artifactId> |
|
|
|
<artifactId>docker-client</artifactId> |
|
|
|
<version>8.13.1</version> |
|
|
|
<version>8.14.5</version> |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
@ -116,13 +115,13 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.xmlunit</groupId> |
|
|
|
<groupId>org.xmlunit</groupId> |
|
|
|
<artifactId>xmlunit-core</artifactId> |
|
|
|
<artifactId>xmlunit-core</artifactId> |
|
|
|
<version>2.6.0</version> |
|
|
|
<version>2.6.2</version> |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.xmlunit</groupId> |
|
|
|
<groupId>org.xmlunit</groupId> |
|
|
|
<artifactId>xmlunit-matchers</artifactId> |
|
|
|
<artifactId>xmlunit-matchers</artifactId> |
|
|
|
<version>2.6.0</version> |
|
|
|
<version>2.6.2</version> |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|