You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2008/05/29 05:38:03 UTC

svn commit: r661198 - in /webservices/juddi/branches/v3_trunk: pom.xml uddi-api/pom.xml

Author: kstam
Date: Wed May 28 20:38:03 2008
New Revision: 661198

URL: http://svn.apache.org/viewvc?rev=661198&view=rev
Log:
upgrading surefire

Modified:
    webservices/juddi/branches/v3_trunk/pom.xml
    webservices/juddi/branches/v3_trunk/uddi-api/pom.xml

Modified: webservices/juddi/branches/v3_trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/pom.xml?rev=661198&r1=661197&r2=661198&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/pom.xml Wed May 28 20:38:03 2008
@@ -122,5 +122,22 @@
       <url>scpexe://people.apache.org/www/ws.apache.org/juddi/</url>
     </site>
   </distributionManagement>
-
+  <dependencies>
+		<dependency>
+			<groupId>javax.xml.bind</groupId>
+			<artifactId>jaxb-api</artifactId>
+			<version>2.1</version>
+		</dependency>
+		<dependency>
+			<groupId>com.sun.xml.bind</groupId>
+			<artifactId>jaxb-impl</artifactId>
+			<version>2.1.7</version>
+		</dependency>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>4.1</version>
+			<scope>test</scope>
+		</dependency>
+	</dependencies>
 </project>
\ No newline at end of file

Modified: webservices/juddi/branches/v3_trunk/uddi-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-api/pom.xml?rev=661198&r1=661197&r2=661198&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-api/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/uddi-api/pom.xml Wed May 28 20:38:03 2008
@@ -11,24 +11,7 @@
 	<version>3.0.2</version>
 	<packaging>jar</packaging>
 	<name>UDDI API Generated from xsd from OASIS</name>
-	<dependencies>
-		<dependency>
-			<groupId>javax.xml.bind</groupId>
-			<artifactId>jaxb-api</artifactId>
-			<version>2.1</version>
-		</dependency>
-		<dependency>
-			<groupId>com.sun.xml.bind</groupId>
-			<artifactId>jaxb-impl</artifactId>
-			<version>2.1.7</version>
-		</dependency>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>4.1</version>
-			<scope>test</scope>
-		</dependency>
-	</dependencies>
+	
 	<repositories>
 		<repository>
 			<id>maven2-repository.dev.java.net</id>
@@ -91,7 +74,7 @@
 			</plugin>
 			<plugin>
 				<artifactId>maven-surefire-plugin</artifactId>
-				<version>2.3</version>
+				<version>2.4</version>
 				<configuration>
 					<skip>false</skip>
 					<excludes>



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org