You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2007/10/18 14:31:36 UTC

svn commit: r585943 - /maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-ant/pom.xml

Author: vsiveton
Date: Thu Oct 18 05:31:35 2007
New Revision: 585943

URL: http://svn.apache.org/viewvc?rev=585943&view=rev
Log:
o changed scope for ant-trax

Modified:
    maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-ant/pom.xml

Modified: maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-ant/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-ant/pom.xml?rev=585943&r1=585942&r2=585943&view=diff
==============================================================================
--- maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-ant/pom.xml (original)
+++ maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-ant/pom.xml Thu Oct 18 05:31:35 2007
@@ -40,6 +40,12 @@
       <artifactId>ant</artifactId>
       <version>1.6.5</version>
     </dependency>
+    <!-- for XSLT task -->
+    <dependency>
+      <groupId>ant</groupId>
+      <artifactId>ant-trax</artifactId>
+      <version>1.6.5</version>
+    </dependency>
     <dependency>
       <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>
@@ -54,14 +60,6 @@
       <groupId>org.apache.maven.jxr</groupId>
       <artifactId>maven-jxr-utils</artifactId>
       <version>3.0-SNAPSHOT</version>
-    </dependency>
-
-    <!-- XSLT task -->
-    <dependency>
-      <groupId>ant</groupId>
-      <artifactId>ant-trax</artifactId>
-      <version>1.6.5</version>
-      <scope>test</scope>
     </dependency>
   </dependencies>
 </project>