diff options
Diffstat (limited to 'champ-service-deps-titan')
-rw-r--r-- | champ-service-deps-titan/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index 35be53e..adab048 100644 --- a/champ-service-deps-titan/pom.xml +++ b/champ-service-deps-titan/pom.xml @@ -230,6 +230,10 @@ limitations under the License. <groupId>org.mindrot</groupId> <artifactId>jbcrypt</artifactId> </exclusion> + <exclusion> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + </exclusion> </exclusions> </dependency> |