remove netty dep for docker

This commit is contained in:
Jonathan Shook 2020-05-05 01:05:36 -05:00
parent 9baa4954e9
commit dce8dcdc22

View File

@ -34,12 +34,6 @@
<artifactId>netty-handler</artifactId>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<classifier>linux-x86_64</classifier>
</dependency>
<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java-api</artifactId>