diff options
Diffstat (limited to 'champ-service-deps-janus')
-rw-r--r-- | champ-service-deps-janus/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml index 92a74f1..9c42cab 100644 --- a/champ-service-deps-janus/pom.xml +++ b/champ-service-deps-janus/pom.xml @@ -195,6 +195,10 @@ limitations under the License. <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> </exclusion> + <exclusion> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + </exclusion> </exclusions> </dependency> |