Skip to content

Commit 7b26ae4

Browse files
committed
pom maintenance - extraneous dependency on cglib-nodep
1 parent 2df7cea commit 7b26ae4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

org.springframework.test/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<artifactId>jsp-api</artifactId>
4949
<version>2.1</version>
5050
<scope>provided</scope>
51-
</dependency>
51+
</dependency>
5252
<dependency>
5353
<groupId>junit</groupId>
5454
<artifactId>junit</artifactId>
@@ -164,11 +164,5 @@
164164
<version>2.1_3</version>
165165
<scope>test</scope>
166166
</dependency>
167-
<dependency>
168-
<groupId>cglib</groupId>
169-
<artifactId>cglib-nodep</artifactId>
170-
<version>2.1_3</version>
171-
<optional>true</optional>
172-
</dependency>
173167
</dependencies>
174168
</project>

0 commit comments

Comments
 (0)