diff options
author | 2025-01-08 12:41:28 +0000 | |
---|---|---|
committer | 2025-01-08 12:41:28 +0000 | |
commit | d02382f4cbd5e1bd914aa92d26aa57dc99b7c384 (patch) | |
tree | 70546c6a4b2d7a41bf7eb4a09db695619a912809 /cps-ri | |
parent | 840b06a198b3a94e025ed17da7cf7cb2cdc90c24 (diff) | |
parent | ac461fc3216af1cb28428da997fb36871ebb4589 (diff) |
Merge "Remove hypersistence dependency in cps"
Diffstat (limited to 'cps-ri')
-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>
|