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 2011/01/21 20:04:39 UTC

svn commit: r1061970 - /juddi/trunk/uddi-tck/pom.xml

Author: kstam
Date: Fri Jan 21 19:04:39 2011
New Revision: 1061970

URL: http://svn.apache.org/viewvc?rev=1061970&view=rev
Log:
JUDDI-252, commenting out jboss RMI dependency

Modified:
    juddi/trunk/uddi-tck/pom.xml

Modified: juddi/trunk/uddi-tck/pom.xml
URL: http://svn.apache.org/viewvc/juddi/trunk/uddi-tck/pom.xml?rev=1061970&r1=1061969&r2=1061970&view=diff
==============================================================================
--- juddi/trunk/uddi-tck/pom.xml (original)
+++ juddi/trunk/uddi-tck/pom.xml Fri Jan 21 19:04:39 2011
@@ -69,10 +69,13 @@
 			<version>2.1.4</version>
 		</dependency>
 		
-		<!--   for RMI -->
+		<!--   for RMI 
 		<dependency> <groupId>jboss</groupId>
-			<artifactId>jbossall-client</artifactId> <version>4.2.2.GA</version>
-			<scope>test</scope> </dependency>
+			<artifactId>jbossall-client</artifactId>
+			<version>4.2.2.GA</version>
+			<scope>test</scope>
+		</dependency>
+		-->
 		
 	</dependencies>
 	<build>



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