BAEL-964 - map util test

This commit is contained in:
slavisa-baeldung
2017-07-10 07:37:59 +01:00
parent 2e119a5e99
commit 2e5cae0f20
2 changed files with 156 additions and 1 deletions
+9 -1
View File
@@ -59,7 +59,8 @@
<props>${basedir}/datanucleus.properties</props>
<log4jConfiguration>${basedir}/log4j.properties</log4jConfiguration>
<verbose>true</verbose>
<fork>false</fork> <!-- Solve windows line too long error -->
<fork>false</fork>
<!-- Solve windows line too long error -->
</configuration>
<executions>
<execution>
@@ -372,6 +373,12 @@
<version>${awaitility.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>java-hamcrest</artifactId>
<version>${org.hamcrest.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<multiverse.version>0.7.0</multiverse.version>
@@ -404,6 +411,7 @@
<java-lsh.version>0.10</java-lsh.version>
<pact.version>3.5.0</pact.version>
<awaitility.version>3.0.0</awaitility.version>
<org.hamcrest.version>2.0.0.0</org.hamcrest.version>
</properties>
</project>