ref #9204 , ref #9206 remove hibernate-cglib-repack from cdmlib-remote
authorAndreas Müller <a.mueller@bgbm.org>
Tue, 25 Aug 2020 14:53:34 +0000 (16:53 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Tue, 25 Aug 2020 14:53:34 +0000 (16:53 +0200)
cdmlib-remote/pom.xml
pom.xml

index 8d8acd5e432ffb3d3ba7be96b06a35d7af0969bb..586dd9fd2f4e19629566ad88ad47b553eac2efe6 100644 (file)
       <groupId>net.sf.dozer</groupId>
       <artifactId>dozer</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate-cglib-repack</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-ehcache</artifactId>
diff --git a/pom.xml b/pom.xml
index 88a6ef7bb1bce7b754163f9f877d09176172bbf6..151d208505cbac95dfe79ca5e47f977b77e24aa5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <artifactId>javassist</artifactId>
         <version>3.27.0-GA</version>
       </dependency>
-      <dependency>
-        <groupId>org.hibernate</groupId>
-        <artifactId>hibernate-cglib-repack</artifactId>
-        <version>2.1_3</version>
-      </dependency>
 
       <!-- ******* SPRING ******* -->
       <dependency>