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

@@ -54,7 +54,6 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
@@ -65,8 +64,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>