Author: alessio.soldano(a)jboss.com
Date: 2013-05-22 05:54:30 -0400 (Wed, 22 May 2013)
New Revision: 17605
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3642] Replace gnu-getopt:getopt with gnu.getopt:java-getopt
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2013-05-22 08:00:19 UTC (rev 17604)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2013-05-22 09:54:30 UTC (rev 17605)
@@ -50,8 +50,8 @@
<artifactId>jbossws-common-tools</artifactId>
</dependency>
<dependency>
- <groupId>gnu-getopt</groupId>
- <artifactId>getopt</artifactId>
+ <groupId>gnu.getopt</groupId>
+ <artifactId>java-getopt</artifactId>
<version>${gnu.getopt.version}</version>
<scope>test</scope>
</dependency>
Show replies by date