Put all dependency versions shared over multiple modules into dependency management in the parent pom

This commit is contained in:
William Collishaw
2019-05-01 20:03:00 -06:00
parent a4d0333ee2
commit ffdea9835e
11 changed files with 53 additions and 41 deletions

View File

@@ -229,8 +229,10 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
@@ -238,12 +240,6 @@
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-testlib</artifactId>