[jboss-cvs] JBossAS SVN: r80955 - in trunk: console and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 13 16:06:52 EST 2008


Author: pgier
Date: 2008-11-13 16:06:52 -0500 (Thu, 13 Nov 2008)
New Revision: 80955

Modified:
   trunk/component-matrix/pom.xml
   trunk/console/pom.xml
Log:
[JBBUILD-420] Remove unnecessary getopt dependency.

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2008-11-13 20:56:54 UTC (rev 80954)
+++ trunk/component-matrix/pom.xml	2008-11-13 21:06:52 UTC (rev 80955)
@@ -2005,12 +2005,6 @@
       </dependency>
       
       <dependency>
-        <groupId>urbanophile</groupId>
-        <artifactId>java-getopt</artifactId>
-        <version>1.0.9</version>
-      </dependency>
-      
-      <dependency>
         <groupId>wsdl4j</groupId>
         <artifactId>wsdl4j</artifactId>
         <version>1.6.1</version>

Modified: trunk/console/pom.xml
===================================================================
--- trunk/console/pom.xml	2008-11-13 20:56:54 UTC (rev 80954)
+++ trunk/console/pom.xml	2008-11-13 21:06:52 UTC (rev 80955)
@@ -69,8 +69,8 @@
       <artifactId>jboss-common-core</artifactId>
     </dependency>
     <dependency>
-      <groupId>urbanophile</groupId>
-      <artifactId>java-getopt</artifactId>
+      <groupId>gnu-getopt</groupId>
+      <artifactId>getopt</artifactId>
     </dependency>
     <dependency>
       <groupId>org.jboss.logging</groupId>




More information about the jboss-cvs-commits mailing list