fixed dependencies
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@425278 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
059a6cfc99
commit
b2994fbb76
4
pom.xml
4
pom.xml
|
|
@ -31,12 +31,12 @@ under the License.
|
|||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<scope>runtime</scope>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ant</groupId>
|
||||
<artifactId>ant</artifactId>
|
||||
<version>1.6.5</version>
|
||||
<version>1.7.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
|
|||
Loading…
Reference in New Issue