Remove cglib-nodep

This commit is contained in:
Sebastian Peters
2018-11-14 21:38:05 +01:00
parent 7e720bf5f8
commit 3613cc0b13
2 changed files with 0 additions and 12 deletions
-6
View File
@@ -288,12 +288,6 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
-6
View File
@@ -704,12 +704,6 @@
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.1_3</version>
<!-- Recommended version for jmock-cglib 1.2.0 -->
</dependency>
<dependency>
<groupId>org.easymock</groupId>