diff options
Diffstat (limited to 'champ-lib/champ-titan/pom.xml')
-rw-r--r-- | champ-lib/champ-titan/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
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> |