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

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


Author: pgier
Date: 2009-07-28 17:56:56 -0400 (Tue, 28 Jul 2009)
New Revision: 91743

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

Modified: branches/JBPAPP_5_0/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_0/component-matrix/pom.xml	2009-07-28 21:00:27 UTC (rev 91742)
+++ branches/JBPAPP_5_0/component-matrix/pom.xml	2009-07-28 21:56:56 UTC (rev 91743)
@@ -988,18 +988,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/JBPAPP_5_0/deployment/pom.xml
===================================================================
--- branches/JBPAPP_5_0/deployment/pom.xml	2009-07-28 21:00:27 UTC (rev 91742)
+++ branches/JBPAPP_5_0/deployment/pom.xml	2009-07-28 21:56:56 UTC (rev 91743)
@@ -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/JBPAPP_5_0/server/pom.xml
===================================================================
--- branches/JBPAPP_5_0/server/pom.xml	2009-07-28 21:00:27 UTC (rev 91742)
+++ branches/JBPAPP_5_0/server/pom.xml	2009-07-28 21:56:56 UTC (rev 91743)
@@ -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/JBPAPP_5_0/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_0/thirdparty/pom.xml	2009-07-28 21:00:27 UTC (rev 91742)
+++ branches/JBPAPP_5_0/thirdparty/pom.xml	2009-07-28 21:56:56 UTC (rev 91743)
@@ -1132,19 +1132,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