You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/03/26 20:45:07 UTC

svn commit: r641512 - /myfaces/myfaces-build-tools/branches/skitching/myfaces-builder-plugin/pom.xml

Author: skitching
Date: Wed Mar 26 12:45:02 2008
New Revision: 641512

URL: http://svn.apache.org/viewvc?rev=641512&view=rev
Log:
Clean up pom dependencies

Modified:
    myfaces/myfaces-build-tools/branches/skitching/myfaces-builder-plugin/pom.xml

Modified: myfaces/myfaces-build-tools/branches/skitching/myfaces-builder-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/branches/skitching/myfaces-builder-plugin/pom.xml?rev=641512&r1=641511&r2=641512&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/branches/skitching/myfaces-builder-plugin/pom.xml (original)
+++ myfaces/myfaces-build-tools/branches/skitching/myfaces-builder-plugin/pom.xml Wed Mar 26 12:45:02 2008
@@ -31,7 +31,7 @@
   <packaging>maven-plugin</packaging>
   <name>Apache MyFaces Buildtools Maven2 Builder Plugin</name>
   <description>
-    A maven plugin that uses javadoc annoations to generate the necessary JSF configuration
+    A maven plugin that uses javadoc annotations to generate the necessary JSF configuration
     files (.tld, faces-config.xml, etc) and optionally Tag, Validator and Component classes.
   </description>
 
@@ -69,49 +69,29 @@
       <artifactId>maven-plugin-api</artifactId>
       <version>2.0</version>
     </dependency>
+
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-project</artifactId>
       <version>2.0</version>
     </dependency>
+
     <dependency>
       <groupId>com.thoughtworks.qdox</groupId>
       <artifactId>qdox</artifactId>
       <version>1.6.3</version>
-      <scope>compile</scope>
     </dependency>
+
     <dependency>
       <groupId>commons-digester</groupId>
       <artifactId>commons-digester</artifactId>
       <version>1.8</version>
-      <scope>compile</scope>
-    </dependency>
-    <!-- Start dependencies for xml -->
-    <dependency>
-      <groupId>javax.xml.stream</groupId>
-      <artifactId>stax-api</artifactId>
-      <version>1.0-2</version>
-      <scope>compile</scope>
     </dependency>
 
     <dependency>
-      <groupId>org.codehaus.woodstox</groupId>
-      <artifactId>wstx-asl</artifactId>
-      <version>3.2.4</version>
-      <scope>runtime</scope>
-    </dependency>
-    <!-- End dependencies for xml -->
-    <dependency>
-      <groupId>cglib</groupId>
-      <artifactId>cglib</artifactId>
-      <version>2.1_3</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
       <version>1.2.13</version>
-      <scope>compile</scope>
     </dependency>
   </dependencies>