diff options
author | Ajith Sreekumar <ajith.sreekumar@bell.ca> | 2022-02-17 15:51:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-02-17 15:51:55 +0000 |
commit | f401b5099bcb64f3e21de608d0207dd69d8043cd (patch) | |
tree | 556b69e730d556f01940e278e19d0a5ccee87c28 /models/pom.xml | |
parent | 23a917602f0600cc6a7a7739b4862ac23d602f0d (diff) | |
parent | b902c7dd9ad1b74729c3c488b24624e510244250 (diff) |
Merge "Add Hibernate support in runtime-controlloop"
Diffstat (limited to 'models/pom.xml')
-rw-r--r-- | models/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/models/pom.xml b/models/pom.xml index c38e80302..6b129fd60 100644 --- a/models/pom.xml +++ b/models/pom.xml @@ -38,16 +38,6 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> <version>${version.springboot}</version> - <exclusions> - <exclusion> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.hibernate.common</groupId> - <artifactId>common-annotations</artifactId> - </exclusion> - </exclusions> </dependency> </dependencies> |