We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df7cea commit 7b26ae4Copy full SHA for 7b26ae4
org.springframework.test/pom.xml
@@ -48,7 +48,7 @@
48
<artifactId>jsp-api</artifactId>
49
<version>2.1</version>
50
<scope>provided</scope>
51
- </dependency>
+ </dependency>
52
<dependency>
53
<groupId>junit</groupId>
54
<artifactId>junit</artifactId>
@@ -164,11 +164,5 @@
164
<version>2.1_3</version>
165
<scope>test</scope>
166
</dependency>
167
- <dependency>
168
- <groupId>cglib</groupId>
169
- <artifactId>cglib-nodep</artifactId>
170
- <version>2.1_3</version>
171
- <optional>true</optional>
172
173
</dependencies>
174
</project>
0 commit comments