[jboss-cvs] JBossAS SVN: r91742 - in trunk: thirdparty and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 28 17:00:27 EDT 2009


Author: pgier
Date: 2009-07-28 17:00:27 -0400 (Tue, 28 Jul 2009)
New Revision: 91742

Modified:
   trunk/component-matrix/pom.xml
   trunk/thirdparty/pom.xml
Log:
javacc is handled by maven now so it is no longer needed as a project dependency.


Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2009-07-28 20:54:33 UTC (rev 91741)
+++ trunk/component-matrix/pom.xml	2009-07-28 21:00:27 UTC (rev 91742)
@@ -1036,12 +1036,6 @@
       </dependency>
       
       <dependency>
-        <groupId>net.java.dev.javacc</groupId>
-        <artifactId>javacc</artifactId>
-        <version>4.0</version>
-      </dependency>
-      
-      <dependency>
         <groupId>net.jcip</groupId>
         <artifactId>jcip-annotations</artifactId>
         <version>1.0</version>

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2009-07-28 20:54:33 UTC (rev 91741)
+++ trunk/thirdparty/pom.xml	2009-07-28 21:00:27 UTC (rev 91742)
@@ -1937,11 +1937,6 @@
       <artifactId>activation</artifactId>
     </dependency>
     <dependency>
-      <groupId>net.java.dev.javacc</groupId>
-      <artifactId>javacc</artifactId>
-    </dependency>
-    
-    <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>jstl</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list