diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2021-12-03 13:43:41 +0000 |
---|---|---|
committer | FrancescoFioraEst <francesco.fiora@est.tech> | 2022-02-16 16:23:06 +0000 |
commit | b902c7dd9ad1b74729c3c488b24624e510244250 (patch) | |
tree | 50ad8ab9560b95b66ec0e95e9ae3b3749ad21332 /models/pom.xml | |
parent | c97a6c0428998103906472725d34b9951a0ff559 (diff) |
Add Hibernate support in runtime-controlloop
Issue-ID: POLICY-3841
Change-Id: Ie958a4a4ab35c8bc4d6829128e39a2458d67a7a5
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
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> |