Make jzlib dependency avaible in example for zlib

This commit is contained in:
Norman Maurer 2013-02-21 06:59:16 +01:00
parent 00310d96af
commit b56f60c7ff
2 changed files with 4 additions and 1 deletions

View File

@ -59,6 +59,10 @@
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jzlib</artifactId>
</dependency>
<!-- see https://github.com/netty/netty/issues/874 -->
<dependency>

View File

@ -111,7 +111,6 @@
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jzlib</artifactId>
<optional>true</optional>
<version>1.1.2</version>
</dependency>