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 2009/03/27 19:26:39 UTC

svn commit: r759298 - /webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml

Author: kstam
Date: Fri Mar 27 18:26:39 2009
New Revision: 759298

URL: http://svn.apache.org/viewvc?rev=759298&view=rev
Log:
JUDDI-201 adding jws dependency

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

Modified: webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml?rev=759298&r1=759297&r2=759298&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml Fri Mar 27 18:26:39 2009
@@ -28,6 +28,10 @@
 			<id>gwt-maven</id>
 			<url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
 		</repository>
+		<repository>
+			<id>apache</id>
+			<url>http://people.apache.org/repo/m2-snapshot-repository</url>
+		</repository>
 	</repositories>
     
 	<!--  convenience to define GWT version in one place -->
@@ -116,7 +120,11 @@
 			<version>1.0</version>
 			<scope>provided</scope>
 		</dependency>
-		
+		<dependency>
+			<groupId>com.sun.xml.ws</groupId>
+			<artifactId>jaxws-rt</artifactId>
+			<version>2.1.4</version>
+		</dependency>
 		<!--  test -->
 		<dependency>
 			<groupId>junit</groupId>



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