summaryrefslogtreecommitdiffstats
path: root/cps-ri/pom.xml
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2023-04-20 12:26:47 +0100
committerDaniel Hanrahan <daniel.hanrahan@est.tech>2023-04-20 13:36:54 +0000
commitec0ba9d94e7922389af1e3cec1b980e1a824e32a (patch)
tree13a053ef5f0c5bc25efb4561310643cfbf3dcbe0 /cps-ri/pom.xml
parent26669555d097f9ad01402e0c8fdaf4a7f7532b23 (diff)
Migrate hibernate-types to hypersistence-utils
There is newer release of the dependency that provides JSONB support. The newer version provides additional features, such as Postgres arrays. It was renamed from hibernate-types to hypersistence-utils. Issue-ID: CPS-1573 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Iab556850041b592a8c4d515270dfe4bd9547957a
Diffstat (limited to 'cps-ri/pom.xml')
-rw-r--r--cps-ri/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml
index 4380debed..b6bc54602 100644
--- a/cps-ri/pom.xml
+++ b/cps-ri/pom.xml
@@ -67,10 +67,10 @@
<artifactId>postgresql</artifactId>
<version>${postgres.version}</version>
</dependency>
- <!-- Add Hibernate support for Postgres datatype JSONB -->
+ <!-- Add Hibernate support for Postgres datatype JSONB and Postgres arrays -->
<dependency>
- <groupId>com.vladmihalcea</groupId>
- <artifactId>hibernate-types-52</artifactId>
+ <groupId>io.hypersistence</groupId>
+ <artifactId>hypersistence-utils-hibernate-52</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>