diff options
-rw-r--r-- | champ-lib/champ-core/pom.xml | 10 | ||||
-rw-r--r-- | champ-lib/champ-titan/pom.xml | 4 | ||||
-rw-r--r-- | champ-service-deps-janus/pom.xml | 4 | ||||
-rw-r--r-- | champ-service-deps-titan/pom.xml | 4 |
4 files changed, 0 insertions, 22 deletions
diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index dd3e0d5..d8a2e34 100644 --- a/champ-lib/champ-core/pom.xml +++ b/champ-lib/champ-core/pom.xml @@ -60,12 +60,6 @@ limitations under the License. <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> - - <dependency> - <groupId>org.codehaus.jackson</groupId> - <artifactId>jackson-mapper-asl</artifactId> - <version>1.4.5</version> - </dependency> <dependency> <groupId>org.apache.tinkerpop</groupId> @@ -110,10 +104,6 @@ limitations under the License. <artifactId>guava</artifactId> </exclusion> <exclusion> - <groupId>org.codehaus.jackson</groupId> - <artifactId>jackson-mapper-asl</artifactId> - </exclusion> - <exclusion> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-yarn-common</artifactId> </exclusion> diff --git a/champ-lib/champ-titan/pom.xml b/champ-lib/champ-titan/pom.xml index 4942156..8235159 100644 --- a/champ-lib/champ-titan/pom.xml +++ b/champ-lib/champ-titan/pom.xml @@ -84,10 +84,6 @@ limitations under the License. <artifactId>httpclient</artifactId> </exclusion> <exclusion> - <groupId>org.codehaus.jackson</groupId> - <artifactId>jackson-mapper-asl</artifactId> - </exclusion> - <exclusion> <groupId>org.mindrot</groupId> <artifactId>jbcrypt</artifactId> </exclusion> diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml index 9c42cab..d936a1b 100644 --- a/champ-service-deps-janus/pom.xml +++ b/champ-service-deps-janus/pom.xml @@ -192,10 +192,6 @@ limitations under the License. <artifactId>lz4</artifactId> </exclusion> <exclusion> - <groupId>org.codehaus.jackson</groupId> - <artifactId>jackson-mapper-asl</artifactId> - </exclusion> - <exclusion> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> </exclusion> diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index adab048..8a1de89 100644 --- a/champ-service-deps-titan/pom.xml +++ b/champ-service-deps-titan/pom.xml @@ -223,10 +223,6 @@ limitations under the License. <artifactId>guava</artifactId> </exclusion> <exclusion> - <groupId>org.codehaus.jackson</groupId> - <artifactId>jackson-mapper-asl</artifactId> - </exclusion> - <exclusion> <groupId>org.mindrot</groupId> <artifactId>jbcrypt</artifactId> </exclusion> |