[prev in list] [next in list] [prev in thread] [next in thread] 

List:       muse-commits
Subject:    svn commit: r348236 - /webservices/muse/trunk/project.xml
From:       ips () apache ! org
Date:       2005-11-22 20:16:43
Message-ID: 20051122201644.86739.qmail () minotaur ! apache ! org
[Download RAW message or body]

Author: ips
Date: Tue Nov 22 12:16:40 2005
New Revision: 348236

URL: http://svn.apache.org/viewcvs?rev=348236&view=rev
Log:
fixed StAX API dep

Modified:
    webservices/muse/trunk/project.xml

Modified: webservices/muse/trunk/project.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/project.xml?rev=348236&r1=348235&r2=348236&view=diff
 ==============================================================================
--- webservices/muse/trunk/project.xml (original)
+++ webservices/muse/trunk/project.xml Tue Nov 22 12:16:40 2005
@@ -18,7 +18,7 @@
   </organization>
   <inceptionYear>2004</inceptionYear>
   <package>org.apache.ws</package>
-  <description>a robust Java implementation of the OASIS WSDM, Management Using Web \
Services (MUWS) 1.0 specification</description> +  <description>A Java implementation \
of the OASIS WSDM, Management Using Web Services (MUWS) 1.0 \
specification.</description>  <shortDescription>Muse Project</shortDescription>
   <url>http://ws.apache.org/muse/</url>
   <issueTrackingUrl>http://nagoya.apache.org/jira/browse/Muse</issueTrackingUrl>
@@ -109,8 +109,8 @@
     <dependency>
       <groupId>wsrf</groupId>
       <artifactId>wsrf</artifactId>
-      <version>1.0-SNAPSHOT</version>    
-      <url>http://ws.apache.org/ws-fx/wsrf/</url>
+      <version>1.0</version>    
+      <url>http://ws.apache.org/wsrf/</url>
       <properties>
 	<license>ApacheLicense-2.0.txt</license>
 	<usage>WSRF impl</usage>
@@ -121,8 +121,8 @@
     <dependency>
       <groupId>wsrf</groupId>
       <artifactId>wsa-xbeans</artifactId>
-      <version>SNAPSHOT</version>
-      <url>http://ws.apache.org/ws-fx/wsrf/</url>
+      <version>1.0</version>
+      <url>http://ws.apache.org/wsrf/</url>
       <properties>
 	<license>ApacheLicense-2.0.txt</license>
 	<usage>Needed for handling requests. This contains the XmlBeans-generated code from \
the WSA XSDs. This "could" be eliminated and generated on the fly, but it would make \
the builds longer.</usage> @@ -133,8 +133,8 @@
     <dependency>
       <groupId>wsrf</groupId>
       <artifactId>wsrf-xbeans</artifactId>
-      <version>SNAPSHOT</version>
-      <url>http://ws.apache.org/ws-fx/wsrf/</url>
+      <version>1.0</version>
+      <url>http://ws.apache.org/wsrf/</url>
       <properties>
 	<license>ApacheLicense-2.0.txt</license>
 	<usage>Needed for handling requests. This contains the XmlBeans-generated code from \
the WSRF WSDLs/XSDs. This "could" be eliminated and generated on the fly, but it \
would make the builds longer.</usage> @@ -155,22 +155,22 @@
     </dependency>
     
     <dependency>
-          <groupId>velocity</groupId>
-          <artifactId>velocity</artifactId>
-          <version>1.4</version>
-          <url>http://jakarta.apache.org/velocity/</url>
-          <properties>
-            <license>ApacheLicense-2.0.txt</license>
-            <usage>Templating engine used by Wsdl2Java,</usage>
-            <war.bundle>true</war.bundle>
-          </properties>
+      <groupId>velocity</groupId>
+      <artifactId>velocity</artifactId>
+      <version>1.4</version>
+      <url>http://jakarta.apache.org/velocity/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <usage>Templating engine used by Wsdl2Java,</usage>
+        <war.bundle>true</war.bundle>
+      </properties>
     </dependency>
 
     <dependency>
       <groupId>wsrf</groupId>
       <artifactId>wsrf-jndi-config</artifactId>
-      <version>SNAPSHOT</version>
-      <url>http://ws.apache.org/ws-fx/wsrf/</url>
+      <version>1.0</version>
+      <url>http://ws.apache.org/wsrf/</url>
       <properties>
 	<license>ApacheLicense-2.0.txt</license>
 	<war.bundle>true</war.bundle>
@@ -193,7 +193,7 @@
     <dependency>
       <groupId>axis</groupId>
       <artifactId>axis-jaxrpc</artifactId>
-      <version>1.2</version>
+      <version>1.2.1</version>
       <url>http://ws.apache.org/axis/</url>
       <properties>
         <license>BinaryCodeLicense-JaxRpcApi.txt</license>
@@ -205,7 +205,7 @@
     <dependency>
       <groupId>axis</groupId>
       <artifactId>axis-saaj</artifactId>
-      <version>1.2</version>
+      <version>1.2.1</version>
       <url>http://ws.apache.org/axis/</url>
       <properties>
         <license>BinaryCodeLicense-SaajApi.txt</license>
@@ -214,7 +214,7 @@
       </properties>
     </dependency>
         
-       <dependency>
+    <dependency>
           <groupId>commons-cli</groupId>
           <artifactId>commons-cli</artifactId>
           <version>1.0</version>
@@ -225,7 +225,7 @@
           </properties>
     </dependency>
     
-       <dependency>
+    <dependency>
           <groupId>commons-collections</groupId>
           <artifactId>commons-collections</artifactId>
           <version>3.1</version>
@@ -374,8 +374,8 @@
     <dependency>
       <groupId>muse</groupId>
       <artifactId>wsdm-xbeans</artifactId>
-      <version>SNAPSHOT</version>
-      <url>http://ws.apache.org/ws-fx/muse/</url>
+      <version>1.0</version>
+      <url>http://ws.apache.org/muse/</url>
       <properties>
         <license>ApacheLicense-2.0.txt</license>
         <war.bundle>true</war.bundle>
@@ -386,8 +386,8 @@
     <dependency>
       <groupId>muse</groupId>
       <artifactId>advertiser-xbeans</artifactId>
-      <version>SNAPSHOT</version>
-      <url>http://ws.apache.org/ws-fx/muse/</url>
+      <version>1.0</version>
+      <url>http://ws.apache.org/muse/</url>
       <properties>
         <license>ApacheLicense-2.0.txt</license>
         <war.bundle>true</war.bundle>
@@ -398,8 +398,8 @@
     <dependency> 
 	<groupId>pubscribe</groupId>
 	<artifactId>wsn-xbeans</artifactId>
-	<version>SNAPSHOT</version>
-	<url>http://ws.apache.org/ws-fx/pubscribe/</url>
+	<version>1.0</version>
+	<url>http://ws.apache.org/pubscribe/</url>
 	<properties>
 	    <license>ApacheLicense-2.0.txt</license>
 	    <usage>XMLBeans for WSN spec types</usage>
@@ -410,8 +410,8 @@
     <dependency> 
 	<groupId>pubscribe</groupId>
 	<artifactId>pubscribe</artifactId>
-	<version>1.0-SNAPSHOT</version>
-	<url>http://ws.apache.org/ws-fx/pubscribe/</url>
+	<version>1.0</version>
+	<url>http://ws.apache.org/pubscribe/</url>
 	<properties>
 	    <license>ApacheLicense-2.0.txt</license>
 	    <usage>Pubscribe WSN/WSE implementation</usage>
@@ -440,7 +440,7 @@
         <license>WerkenPublicLicense-1.3.txt</license>
         <usage>Needed for handling XPath queries with XmlBeans.</usage>
         <war.bundle>true</war.bundle>
-        <comment>We are maintaining beta-2 because -> beta-6 had an OutOfMemoryError \
when interacting with XmlCursor.select(..) when using our sushi \
ResourcePropSet</comment> +        <comment>We are maintaining beta-3 because -> \
beta-6 had an OutOfMemoryError when interacting with XmlCursor.select(..) when using \
our sushi ResourcePropSet</comment>  </properties>
     </dependency>
 
@@ -482,25 +482,37 @@
     </dependency>
     
     <dependency>
-      <groupId>servletapi</groupId>
-      <artifactId>servletapi</artifactId>
-      <version>2.3</version>
+      <groupId>geronimo-spec</groupId>
+      <artifactId>geronimo-spec-servlet</artifactId>
+      <version>2.4-rc4</version>
       <url>http://java.sun.com/products/servlet/</url>
       <properties>        
+        <scope>compile-time-only</scope>
+        <usage>Needed to compile our webapp context listener.</usage>
         <war.bundle>false</war.bundle>
-        <usage>Needed to compile our servlet.</usage>
       </properties>
     </dependency>
 
     <dependency>
+      <groupId>stax</groupId>
+      <artifactId>stax-api</artifactId>
+      <version>1.0</version>
+      <url>http://stax.codehaus.org/Home</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+        <usage>The StAX API - a dependency of XMLBeans.</usage>
+      </properties>
+    </dependency>       
+
+    <dependency>
       <groupId>wsdl4j</groupId>
       <artifactId>wsdl4j</artifactId>
-      <version>1.5-SNAPSHOT</version>
+      <version>1.5.1</version>
       <url>http://www-124.ibm.com/developerworks/projects/wsdl4j/</url>
       <properties>      
         <license>CommonPublicLicense-1.0.txt</license>
         <war.bundle>true</war.bundle>
-        <usage>Needed for working with WSDL files as objects.</usage>
+        <usage>Java APIs for reading and writing to WSDL 1.1 documents</usage>
       </properties>
     </dependency>
         
@@ -527,18 +539,6 @@
         <usage>Needed for handling XML types in a platform agnostic way.</usage>
       </properties>
     </dependency>
-
-    <dependency>
-      <groupId>xmlbeans</groupId>
-      <artifactId>xmlbeans-jsr173-api</artifactId>
-      <version>2.0-dev</version>
-      <url>http://xmlbeans.apache.org/</url>
-      <properties>
-        <license>ApacheLicense-2.0.txt</license>
-        <war.bundle>true</war.bundle>
-        <usage>Needed for handling XML types in a platform agnostic way.</usage>
-      </properties>
-    </dependency>       
 
   </dependencies>
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic