Browse Source

Merge pull request #619 from asual/patch-1

Explicit CGLib dependency is no longer required for Spring 3.2.x.
Mike Smith 11 years ago
parent
commit
961a9f195a
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>