Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit e58ad7c

Browse files
author
Stefan Kock
committed
SORMAS-Foundation#3449: Bugfix: Added hibernate-types-52 as test dep for sormas-ui
1 parent ed755a7 commit e58ad7c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

sormas-ui/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,12 @@
9595
<groupId>org.hibernate.validator</groupId>
9696
<artifactId>hibernate-validator</artifactId>
9797
</dependency>
98-
98+
99+
<dependency>
100+
<groupId>com.vladmihalcea</groupId>
101+
<artifactId>hibernate-types-52</artifactId>
102+
</dependency>
103+
99104
<dependency>
100105
<groupId>org.glassfish</groupId>
101106
<artifactId>javax.el</artifactId>

0 commit comments

Comments
 (0)