diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-18 16:15:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-18 16:15:29 +0000 |
commit | 66179519b26840ac633f520f011baedf9bfbb9dc (patch) | |
tree | 68b6819c82dce9076422a8784725100bc67c6838 /plugins/plugins-persistence/plugins-persistence-jpa/plugins-persistence-jpa-hibernate/pom.xml | |
parent | 024a4dd745b2f6ec9f15082d711e61994c95cdad (diff) | |
parent | a46382dd12b981220243bf11ab3fb115acfabfa0 (diff) |
Merge "remove license issues"
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 | 38 |
1 files changed, 30 insertions, 8 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 990bc8d61..7ed34ea79 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 @@ -37,16 +37,38 @@ <version>${version.hibernate}</version> <exclusions> <exclusion> - <groupId>dom4j</groupId> - <artifactId>dom4j</artifactId> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + </exclusion> + <exclusion> + <groupId>net.bytebuddy</groupId> + <artifactId>byte-buddy</artifactId> + </exclusion> + <exclusion> + <groupId>org.javassist</groupId> + <artifactId>javaassist</artifactId> + </exclusion> + <exclusion> + <groupId>javax.activation</groupId> + <artifactId>javax.activation-api</artifactId> </exclusion> </exclusions> </dependency> - <dependency> - <groupId>dom4j</groupId> - <artifactId>dom4j</artifactId> - <version>1.6.1</version> - </dependency> + <dependency> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + <version>1.4.01</version> + </dependency> + <dependency> + <groupId>net.bytebuddy</groupId> + <artifactId>byte-buddy</artifactId> + <version>1.8.13</version> + </dependency> + <dependency> + <groupId>org.javassist</groupId> + <artifactId>javassist</artifactId> + <version>3.22.0-GA</version> + </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-c3p0</artifactId> @@ -70,4 +92,4 @@ </distributionManagement> </profile> </profiles> -</project>
\ No newline at end of file +</project> |