[jboss-cvs] JBossAS SVN: r91737 - in trunk: deployment and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 28 16:15:53 EDT 2009


Author: pgier
Date: 2009-07-28 16:15:48 -0400 (Tue, 28 Jul 2009)
New Revision: 91737

Modified:
   trunk/component-matrix/pom.xml
   trunk/deployment/pom.xml
   trunk/server/pom.xml
   trunk/thirdparty/pom.xml
Log:
Remove unused dependencies jpl-pattern and jpl-util.

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2009-07-28 20:12:13 UTC (rev 91736)
+++ trunk/component-matrix/pom.xml	2009-07-28 20:15:48 UTC (rev 91737)
@@ -1006,18 +1006,6 @@
       </dependency>
       
       <dependency>
-        <groupId>jpl-pattern</groupId>
-        <artifactId>jpl-pattern</artifactId>
-        <version>1.0</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>jpl-util</groupId>
-        <artifactId>jpl-util</artifactId>
-        <version>1.0</version>
-      </dependency>
-      
-      <dependency>
         <groupId>juddi</groupId>
         <artifactId>juddi</artifactId>
         <version>0.9RC4</version>

Modified: trunk/deployment/pom.xml
===================================================================
--- trunk/deployment/pom.xml	2009-07-28 20:12:13 UTC (rev 91736)
+++ trunk/deployment/pom.xml	2009-07-28 20:15:48 UTC (rev 91737)
@@ -109,16 +109,6 @@
     </dependency>
     
     <dependency>
-      <groupId>jpl-pattern</groupId>
-      <artifactId>jpl-pattern</artifactId>
-    </dependency>
-    
-    <dependency>
-      <groupId>jpl-util</groupId>
-      <artifactId>jpl-util</artifactId>
-    </dependency>
-    
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>

Modified: trunk/server/pom.xml
===================================================================
--- trunk/server/pom.xml	2009-07-28 20:12:13 UTC (rev 91736)
+++ trunk/server/pom.xml	2009-07-28 20:15:48 UTC (rev 91737)
@@ -427,16 +427,6 @@
     </dependency>
     
     <dependency>
-      <groupId>jpl-util</groupId>
-      <artifactId>jpl-util</artifactId>
-    </dependency>
-    
-    <dependency>
-      <groupId>jpl-pattern</groupId>
-      <artifactId>jpl-pattern</artifactId>
-    </dependency>
-    
-    <dependency>
       <groupId>org.jboss</groupId>
       <artifactId>jbossxb</artifactId>
     </dependency>

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2009-07-28 20:12:13 UTC (rev 91736)
+++ trunk/thirdparty/pom.xml	2009-07-28 20:15:48 UTC (rev 91737)
@@ -1160,19 +1160,7 @@
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
     </dependency>
-    
-    <!--<dependency>
-    <groupId>gjt-jpl-util</groupId>
-    <artifactId>jpl-util</artifactId>
-    <version>1.0.12-brew</version>
-    </dependency>
     <dependency>
-    <groupId>gjt-jpl-util</groupId>
-    <artifactId>jpl-pattern</artifactId>
-    <version>1.0.12-brew</version>
-    </dependency>-->
-    
-    <dependency>
       <groupId>gnu-getopt</groupId>
       <artifactId>getopt</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list