diff options
Diffstat (limited to 'datarouter-prov')
-rwxr-xr-x | datarouter-prov/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index 8f772e7f..cad5cd80 100755 --- a/datarouter-prov/pom.xml +++ b/datarouter-prov/pom.xml @@ -246,6 +246,12 @@ <groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>5.2.9.Final</version>
+ <exclusions>
+ <exclusion>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
<profiles>
|