Remove cglib

This commit is contained in:
Sebastian Peters
2018-11-14 22:06:56 +01:00
parent 3613cc0b13
commit 790235b602
2 changed files with 0 additions and 12 deletions
-5
View File
@@ -137,11 +137,6 @@
<artifactId>commons-fileupload</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<scope>test</scope>
</dependency>
<!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.
This is only necessary in tests-->
-7
View File
@@ -1053,13 +1053,6 @@
<version>2.0</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>2.2.2</version>
<!-- Note: cglib-nodep (for JMock 1.2.0) is at 2.1_3 -->
</dependency>
<dependency>
<groupId>net.sf.json-lib</groupId>
<artifactId>json-lib</artifactId>