[jboss-cvs] JBossAS SVN: r91739 - in branches/Branch_5_x: deployment and 2 other directories.

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


Author: pgier
Date: 2009-07-28 16:23:28 -0400 (Tue, 28 Jul 2009)
New Revision: 91739

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

Modified: branches/Branch_5_x/component-matrix/pom.xml
===================================================================
--- branches/Branch_5_x/component-matrix/pom.xml	2009-07-28 20:20:00 UTC (rev 91738)
+++ branches/Branch_5_x/component-matrix/pom.xml	2009-07-28 20:23:28 UTC (rev 91739)
@@ -1035,18 +1035,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: branches/Branch_5_x/deployment/pom.xml
===================================================================
--- branches/Branch_5_x/deployment/pom.xml	2009-07-28 20:20:00 UTC (rev 91738)
+++ branches/Branch_5_x/deployment/pom.xml	2009-07-28 20:23:28 UTC (rev 91739)
@@ -89,16 +89,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: branches/Branch_5_x/server/pom.xml
===================================================================
--- branches/Branch_5_x/server/pom.xml	2009-07-28 20:20:00 UTC (rev 91738)
+++ branches/Branch_5_x/server/pom.xml	2009-07-28 20:23:28 UTC (rev 91739)
@@ -307,16 +307,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: branches/Branch_5_x/thirdparty/pom.xml
===================================================================
--- branches/Branch_5_x/thirdparty/pom.xml	2009-07-28 20:20:00 UTC (rev 91738)
+++ branches/Branch_5_x/thirdparty/pom.xml	2009-07-28 20:23:28 UTC (rev 91739)
@@ -1173,19 +1173,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