diff options
-rw-r--r-- | champ-lib/champ-core/pom.xml | 4 | ||||
-rw-r--r-- | champ-lib/champ-janus/pom.xml | 4 | ||||
-rw-r--r-- | champ-lib/champ-titan/pom.xml | 4 | ||||
-rw-r--r-- | champ-service/pom.xml | 7 |
4 files changed, 12 insertions, 7 deletions
diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index 38318b0..c64b0df 100644 --- a/champ-lib/champ-core/pom.xml +++ b/champ-lib/champ-core/pom.xml @@ -118,6 +118,10 @@ limitations under the License. <groupId>commons-httpclient</groupId> <artifactId>commons-compress</artifactId> </exclusion> + <exclusion> + <groupId>commons-httpclient</groupId> + <artifactId>commons-httpclient</artifactId> + </exclusion> </exclusions> </dependency> diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml index 10f0d99..f17de33 100644 --- a/champ-lib/champ-janus/pom.xml +++ b/champ-lib/champ-janus/pom.xml @@ -80,6 +80,10 @@ limitations under the License. <groupId>org.apache.tinkerpop</groupId> <artifactId>gremlin-groovy</artifactId> </exclusion> + <exclusion> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + </exclusion> </exclusions> </dependency> diff --git a/champ-lib/champ-titan/pom.xml b/champ-lib/champ-titan/pom.xml index e83ff7c..4942156 100644 --- a/champ-lib/champ-titan/pom.xml +++ b/champ-lib/champ-titan/pom.xml @@ -91,6 +91,10 @@ limitations under the License. <groupId>org.mindrot</groupId> <artifactId>jbcrypt</artifactId> </exclusion> + <exclusion> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + </exclusion> </exclusions> </dependency> diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 6a31fb4..cbd54f6 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -95,13 +95,6 @@ limitations under the License. </dependency> <dependency> - <groupId>dom4j</groupId> - <artifactId>dom4j</artifactId> - <version>1.6.1</version> - <scope>provided</scope> - </dependency> - - <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20160212</version> |