You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scout-dev@ws.apache.org by ks...@apache.org on 2009/07/22 22:46:26 UTC

svn commit: r796875 - in /webservices/scout/branches/v1.1: jaxr-api/jaxr-api.iml pom.xml scout/pom.xml

Author: kstam
Date: Wed Jul 22 20:46:26 2009
New Revision: 796875

URL: http://svn.apache.org/viewvc?rev=796875&view=rev
Log:
SCOUT-43 Removing dependency to XMLBeans in the pom

Removed:
    webservices/scout/branches/v1.1/jaxr-api/jaxr-api.iml
Modified:
    webservices/scout/branches/v1.1/pom.xml
    webservices/scout/branches/v1.1/scout/pom.xml

Modified: webservices/scout/branches/v1.1/pom.xml
URL: http://svn.apache.org/viewvc/webservices/scout/branches/v1.1/pom.xml?rev=796875&r1=796874&r2=796875&view=diff
==============================================================================
--- webservices/scout/branches/v1.1/pom.xml (original)
+++ webservices/scout/branches/v1.1/pom.xml Wed Jul 22 20:46:26 2009
@@ -344,11 +344,6 @@
       <version>1.4</version>
     </dependency>
     <dependency>
-      <groupId>xmlbeans</groupId>
-      <artifactId>xbean</artifactId>
-      <version>2.2.0</version>
-    </dependency>
-    <dependency>
       <groupId>stax</groupId>
       <artifactId>stax-api</artifactId>
       <version>1.0.1</version>

Modified: webservices/scout/branches/v1.1/scout/pom.xml
URL: http://svn.apache.org/viewvc/webservices/scout/branches/v1.1/scout/pom.xml?rev=796875&r1=796874&r2=796875&view=diff
==============================================================================
--- webservices/scout/branches/v1.1/scout/pom.xml (original)
+++ webservices/scout/branches/v1.1/scout/pom.xml Wed Jul 22 20:46:26 2009
@@ -18,7 +18,7 @@
 		<dependency>
 			<groupId>org.apache.ws.scout</groupId>
 			<artifactId>jaxr-api</artifactId>
-			<version>1.0.SNAPSHOT</version>
+			<version>1.0</version>
 		</dependency>
 
 		<!-- external JARs -->



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