Cleaning up JUnit dependency

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_2_1_1@1041158 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lukasz Lenart
2010-12-01 20:41:02 +00:00
parent 28b3f7da03
commit 4f95ca2dc2
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -43,7 +43,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
-1
View File
@@ -362,7 +362,6 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
<dependency>