aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-03-05 05:17:11 +0100
committersebdet <sebastien.determe@intl.att.com>2019-03-05 10:32:27 +0100
commit86cf9ece99fdc169427426010d07d59b3d0d1d91 (patch)
treed7b3711e643b6590be305ab7eccf4dd8b9bbab0b /pom.xml
parent75c0f1dd0b0b9700a3f235611131fdc500e10eb0 (diff)
Rework the hibernate adapter
This was using the Jackson library so a new handmade hibernate adapter has been developed. Issue-ID: CLAMP-300 Change-Id: Ia1c1e8791370c139127e6fa4bd2b96c02f632fde Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 920aa874..38069099 100644
--- a/pom.xml
+++ b/pom.xml
@@ -338,11 +338,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
- <dependency>
- <groupId>com.vladmihalcea</groupId>
- <artifactId>hibernate-types-52</artifactId>
- <version>2.4.1</version>
- </dependency>
<!-- Others dependencies -->
<dependency>
<groupId>org.onap.aaf.authz</groupId>