1
0
mirror of https://github.com/sismics/docs.git synced 2026-01-07 13:59:31 +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

12
pom.xml
View File

@@ -332,18 +332,6 @@
<version>${org.hibernate.hibernate.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>${org.hibernate.hibernate.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-c3p0</artifactId>
<version>${org.hibernate.hibernate.version}</version>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>