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/11/12 14:40:54 UTC

svn commit: r594122 - /maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-js/pom.xml

Author: vsiveton
Date: Mon Nov 12 05:40:53 2007
New Revision: 594122

URL: http://svn.apache.org/viewvc?rev=594122&view=rev
Log:
o added Plexus dependency
o reorganize dependencies

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

Modified: maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-js/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-js/pom.xml?rev=594122&r1=594121&r2=594122&view=diff
==============================================================================
--- maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-js/pom.xml (original)
+++ maven/sandbox/trunk/jxr/maven-jxr/maven-jxr-js/pom.xml Mon Nov 12 05:40:53 2007
@@ -35,14 +35,27 @@
   <name>Javascript source code documentation</name>
 
   <dependencies>
+    <!-- Ant task: todo create separate artifact for Ant task -->
     <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
     </dependency>
+
+    <!-- Logging -->
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
       <version>1.2.13</version>
+    </dependency>
+
+    <!-- Plexus -->
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-container-default</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
     </dependency>
   </dependencies>
 </project>