Move to the org.lz4 dependency (#5746)

The net.jpountz.lz4 moved to org.lz4
This commit is contained in:
Fokko Driesprong 2018-05-07 17:16:45 +02:00 committed by Slim Bouguerra
parent 8aa8d9fa5b
commit a95ec92296
3 changed files with 7 additions and 7 deletions

View File

@ -555,9 +555,9 @@
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>net.jpountz.lz4</groupId>
<artifactId>lz4</artifactId>
<version>1.3.0</version>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>

View File

@ -95,8 +95,8 @@
<artifactId>rhino</artifactId>
</dependency>
<dependency>
<groupId>net.jpountz.lz4</groupId>
<artifactId>lz4</artifactId>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
</dependency>
<dependency>
<groupId>org.mapdb</groupId>

View File

@ -146,8 +146,8 @@
<artifactId>spymemcached</artifactId>
</dependency>
<dependency>
<groupId>net.jpountz.lz4</groupId>
<artifactId>lz4</artifactId>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>