From ec6354a55b4b332d1ce8780559db023df48993e5 Mon Sep 17 00:00:00 2001 From: Arnaud Jelmoni <arnaud.jelmoni@keyconsulting.fr> Date: Fri, 8 Jan 2021 16:16:02 +0000 Subject: [PATCH] remove commonApi version --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7a75d1f..3c656f7 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,6 @@ <dependency> <groupId>fr.soleil.lib</groupId> <artifactId>commonArchivingApi</artifactId> - <version>1.7.10</version> </dependency> <dependency> <groupId>org.springframework</groupId> @@ -102,6 +101,17 @@ <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> </dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-entitymanager</artifactId> + <version>5.4.2.Final</version> + </dependency> + <!-- http://mvnrepository.com/artifact/org.hibernate/hibernate-c3p0 --> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-c3p0</artifactId> + <version>5.4.2.Final</version> + </dependency> <dependency> <groupId>aspectj</groupId> <artifactId>aspectjweaver</artifactId> -- GitLab