1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-29 09:31:45 +00:00

#668: cleanup hibernate dependencies

This commit is contained in:
bgamard
2023-04-12 17:58:51 +02:00
parent e9a6609593
commit 1974a8bb8d
6 changed files with 12 additions and 42 deletions

View File

@@ -21,16 +21,6 @@
<artifactId>hibernate-core-jakarta</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-c3p0</artifactId>
</dependency>
<!-- Other external dependencies -->
<dependency>
<groupId>joda-time</groupId>