aboutsummaryrefslogtreecommitdiffstats
path: root/models/pom.xml
diff options
context:
space:
mode:
authorAjith Sreekumar <ajith.sreekumar@bell.ca>2022-02-17 15:51:55 +0000
committerGerrit Code Review <gerrit@onap.org>2022-02-17 15:51:55 +0000
commitf401b5099bcb64f3e21de608d0207dd69d8043cd (patch)
tree556b69e730d556f01940e278e19d0a5ccee87c28 /models/pom.xml
parent23a917602f0600cc6a7a7739b4862ac23d602f0d (diff)
parentb902c7dd9ad1b74729c3c488b24624e510244250 (diff)
Merge "Add Hibernate support in runtime-controlloop"
Diffstat (limited to 'models/pom.xml')
-rw-r--r--models/pom.xml10
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>