Browse Source

Update pom.xml

You may try removing this. CGLib 3.0 is incorporated in spring-core:
http://docs.spring.io/spring/docs/3.2.x/spring-framework-reference/html/migration-3.2.html
Rostislav Hristov 11 years ago
parent
commit
a022ed6538
1 changed files with 0 additions and 7 deletions
  1. 0 7
      spring/pom.xml

+ 0 - 7
spring/pom.xml

@@ -54,13 +54,6 @@
             <version>5.1.22</version>
         </dependency>
 
-        <!-- CGLIB, only required and used for @Configuration usage -->
-        <dependency>
-            <groupId>cglib</groupId>
-            <artifactId>cglib-nodep</artifactId>
-            <version>2.2</version>
-        </dependency>
- 
         <!-- Logging -->
         <dependency>
             <groupId>org.slf4j</groupId>