[BAEL-16643] Split guava module

This commit is contained in:
Sjmillington
2019-09-10 16:52:28 +01:00
parent dc1cd98cd0
commit 4a3ca68047
15 changed files with 46 additions and 16 deletions
+1 -8
View File
@@ -27,13 +27,7 @@
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.hamcrest/java-hamcrest -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>java-hamcrest</artifactId>
<version>${java-hamcrest.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
@@ -52,7 +46,6 @@
<!-- testing -->
<assertj.version>3.6.1</assertj.version>
<java-hamcrest.version>2.0.0.0</java-hamcrest.version>
</properties>
</project>