remove duplicate dependencies

This commit is contained in:
Xavier Léauté 2013-11-07 16:07:02 -08:00
parent c94455627b
commit 00b68ce100
1 changed files with 0 additions and 10 deletions

10
pom.xml
View File

@ -350,16 +350,6 @@
<artifactId>commons-cli</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.9.11</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.11</version>
</dependency>
<dependency>
<groupId>net.jpountz.lz4</groupId>
<artifactId>lz4</artifactId>