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

@@ -66,14 +66,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>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
</dependencies>