diff options
Diffstat (limited to 'datarouter-prov/pom.xml')
-rwxr-xr-x | datarouter-prov/pom.xml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index 281cea7c..56a4b139 100755 --- a/datarouter-prov/pom.xml +++ b/datarouter-prov/pom.xml @@ -166,7 +166,13 @@ <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId> - <version>5.4.1.Final</version> + <version>5.2.9.Final</version> + <exclusions> + <exclusion> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.hamcrest</groupId> @@ -180,8 +186,9 @@ <version>1.0.2.Final</version> </dependency> <dependency> - <groupId>com.thoughtworks.xstream</groupId> - <artifactId>xstream</artifactId> + <groupId>org.dom4j</groupId> + <artifactId>dom4j</artifactId> + <version>2.1.1</version> </dependency> </dependencies> <profiles> |