Remove duplicated declaration of dependency

This commit is contained in:
Norman Maurer 2019-01-21 11:54:39 +01:00
parent a4d1e97987
commit 26744b852b

View File

@ -63,11 +63,6 @@
<artifactId>netty-codec-http</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-handler</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jzlib</artifactId>