Skip to content
Snippets Groups Projects
Commit ec6354a5 authored by Arnaud Jelmoni's avatar Arnaud Jelmoni
Browse files

remove commonApi version

parent f2391600
Branches
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment