diff options
author | 2018-07-11 14:53:12 +0000 | |
---|---|---|
committer | 2018-07-11 14:53:12 +0000 | |
commit | 2156ac762315a2ba18e3fe9b59a98a673c818162 (patch) | |
tree | d525b1f523404bbef03bc57405c445e4f5d17e36 /plugins/plugins-persistence/plugins-persistence-jpa/plugins-persistence-jpa-hibernate/pom.xml | |
parent | b461c6505afddacbef90e3dc0bfa9d49609a626b (diff) | |
parent | fe1c4796744261dc760680dc6e40e479d2015b3b (diff) |
Merge "Change JNR and DOM4J license versions"
Diffstat (limited to 'plugins/plugins-persistence/plugins-persistence-jpa/plugins-persistence-jpa-hibernate/pom.xml')
-rw-r--r-- | plugins/plugins-persistence/plugins-persistence-jpa/plugins-persistence-jpa-hibernate/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/plugins-persistence/plugins-persistence-jpa/plugins-persistence-jpa-hibernate/pom.xml b/plugins/plugins-persistence/plugins-persistence-jpa/plugins-persistence-jpa-hibernate/pom.xml index 29c0519e8..f20a06c1f 100644 --- a/plugins/plugins-persistence/plugins-persistence-jpa/plugins-persistence-jpa-hibernate/pom.xml +++ b/plugins/plugins-persistence/plugins-persistence-jpa/plugins-persistence-jpa-hibernate/pom.xml @@ -39,6 +39,12 @@ <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>${hibernate.version}</version> + <exclusions> + <exclusion> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.hibernate</groupId> @@ -50,5 +56,10 @@ <artifactId>h2</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + <version>1.6</version> + </dependency> </dependencies> </project>
\ No newline at end of file |