diff options
author | 2025-01-07 10:54:50 +0000 | |
---|---|---|
committer | 2025-01-07 14:43:38 +0000 | |
commit | ac461fc3216af1cb28428da997fb36871ebb4589 (patch) | |
tree | fceeb47c501d5df3b2e0e5c41c67653a2967ae94 /cps-ri/pom.xml | |
parent | 943ce278e766f4ca221134613b79c5f311141f22 (diff) |
Remove hypersistence dependency in cps
Issue-ID: CPS-2166
Change-Id: I543e32a97b84f87f9ec0bbb72e3883e7eea3c5e1
Signed-off-by: emaclee <lee.anjella.macabuhay@est.tech>
Diffstat (limited to 'cps-ri/pom.xml')
-rw-r--r-- | cps-ri/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index f18c2505fd..2492cb837e 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -73,11 +73,6 @@ <groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
</dependency>
- <!-- Add Hibernate support for Postgres datatype JSONB and Postgres arrays -->
- <dependency>
- <groupId>io.hypersistence</groupId>
- <artifactId>hypersistence-utils-hibernate-63</artifactId>
- </dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
|