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

@@ -50,14 +50,10 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.runelite</groupId>