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:
Kevin Jackson 2006-07-25 04:53:58 +00:00
parent 059a6cfc99
commit b2994fbb76
1 changed files with 2 additions and 2 deletions

View File

@ -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>