diff options
-rwxr-xr-x | datarouter-node/pom.xml | 6 | ||||
-rwxr-xr-x | datarouter-prov/pom.xml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index 27d21c05..4012430e 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -193,12 +193,6 @@ <scope>compile</scope> </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.10</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.10.19</version> 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>
|