You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hise-commits@incubator.apache.org by rr...@apache.org on 2010/09/22 16:28:08 UTC

svn commit: r1000071 - /incubator/hise/trunk/hise-ws-client/pom.xml

Author: rr
Date: Wed Sep 22 16:28:07 2010
New Revision: 1000071

URL: http://svn.apache.org/viewvc?rev=1000071&view=rev
Log:
Fix for missing dependency problem

Modified:
    incubator/hise/trunk/hise-ws-client/pom.xml

Modified: incubator/hise/trunk/hise-ws-client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hise/trunk/hise-ws-client/pom.xml?rev=1000071&r1=1000070&r2=1000071&view=diff
==============================================================================
--- incubator/hise/trunk/hise-ws-client/pom.xml (original)
+++ incubator/hise/trunk/hise-ws-client/pom.xml Wed Sep 22 16:28:07 2010
@@ -99,7 +99,7 @@
         <dependency>
             <groupId>javax.xml.ws</groupId>
             <artifactId>jaxws-api</artifactId>
-                <version>2.1-1</version>
+                <version>2.1</version>
         </dependency>
         <dependency>
             <groupId>com.sun.xml.ws</groupId>