o there is no deployed version of qdox-1.6-SNAPSHOT

o the build.xml file works just fine if you have many of the dependencies locally, it would not work for me
  with an empty repo

NOTE by Kenney: this was accidently committed in r462868. My bad.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@462919 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-10-11 19:50:02 +00:00
parent f286c9fbc6
commit 9a56b578d2
1 changed files with 3 additions and 0 deletions

View File

@ -40,7 +40,10 @@
<dependency>
<groupId>qdox</groupId>
<artifactId>qdox</artifactId>
<version>1.5</version>
<!--
<version>1.6-SNAPSHOT</version>
-->
</dependency>
</dependencies>
</project>