You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by wi...@apache.org on 2005/08/09 22:31:49 UTC

svn commit: r231105 - /webservices/muse/trunk/src/examples/ieeedemo/client/project.xml

Author: wire
Date: Tue Aug  9 13:31:47 2005
New Revision: 231105

URL: http://svn.apache.org/viewcvs?rev=231105&view=rev
Log:
now builds off of muse 1.0 dependencies

Modified:
    webservices/muse/trunk/src/examples/ieeedemo/client/project.xml

Modified: webservices/muse/trunk/src/examples/ieeedemo/client/project.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/ieeedemo/client/project.xml?rev=231105&r1=231104&r2=231105&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/ieeedemo/client/project.xml (original)
+++ webservices/muse/trunk/src/examples/ieeedemo/client/project.xml Tue Aug  9 13:31:47 2005
@@ -45,6 +45,477 @@
         </developer>
     </developers>
     <dependencies>
+   <dependency>
+      <groupId>addressing</groupId>
+      <artifactId>addressing</artifactId>
+      <version>SNAPSHOT</version>
+      <url>http://ws.apache.org/ws-fx/addressing/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <usage>Provides support for WS-Addressing</usage>
+        <war.bundle>true</war.bundle>        
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>1.6.2</version>
+      <url>http://ant.apache.org/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <usage>Needed for custom Ant tasks we've written for updating a Wsdd and running WsdmWsdl2Java</usage>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>wsrf</groupId>
+      <artifactId>commonj-twm-api</artifactId>
+      <version>1.1</version>
+      <url>http://dev2dev.bea.com/technologies/commonj/twm/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <usage>Timer APIs used for scheduled resource termination</usage>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+        
+    <dependency>
+      <groupId>wsrf</groupId>
+      <artifactId>wsrf</artifactId>
+      <version>1.0</version>    
+      <url>http://ws.apache.org/ws-fx/wsrf/</url>
+      <properties>
+	<license>ApacheLicense-2.0.txt</license>
+	<usage>WSRF impl</usage>
+	<war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>wsrf</groupId>
+      <artifactId>wsa-xbeans</artifactId>
+      <version>SNAPSHOT</version>
+      <url>http://ws.apache.org/ws-fx/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>
+	<war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>wsrf</groupId>
+      <artifactId>wsrf-xbeans</artifactId>
+      <version>SNAPSHOT</version>
+      <url>http://ws.apache.org/ws-fx/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>
+	<war.bundle>true</war.bundle>
+       </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.8</version>
+      <url>http://logging.apache.org/log4j/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <war.bundle>true</war.bundle>
+        <usage>Needed by Velocity.</usage>
+      </properties>
+    </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>
+    </dependency>
+
+    <dependency>
+      <groupId>wsrf</groupId>
+      <artifactId>wsrf-jndi-config</artifactId>
+      <version>SNAPSHOT</version>
+      <url>http://ws.apache.org/ws-fx/wsrf/</url>
+      <properties>
+	<license>ApacheLicense-2.0.txt</license>
+	<war.bundle>true</war.bundle>
+	<usage>Needed for handling our JNDI XML config file via XmlBeans. This "could" be removed, but then we'd probably replace it with commons-config.  The reason we avoided that approach is that we leveredge XmlBeans extensively in our codebase.</usage>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>axis</groupId>
+      <artifactId>axis</artifactId>
+      <version>1.2.1</version>
+      <url>http://ws.apache.org/axis/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <war.bundle>true</war.bundle>
+        <usage>Needed for compiling Axis-specific impls in our codebase.  It is also needed for unit tests, etc.</usage>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>axis</groupId>
+      <artifactId>axis-jaxrpc</artifactId>
+      <version>1.2</version>
+      <url>http://ws.apache.org/axis/</url>
+      <properties>
+        <license>BinaryCodeLicense-JaxRpcApi.txt</license>
+        <war.bundle>true</war.bundle>
+        <usage>Needed for building classes that reference JAX-RPC APIs.</usage>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>axis</groupId>
+      <artifactId>axis-saaj</artifactId>
+      <version>1.2</version>
+      <url>http://ws.apache.org/axis/</url>
+      <properties>
+        <license>BinaryCodeLicense-SaajApi.txt</license>
+        <war.bundle>true</war.bundle>
+        <usage>Needed for building classes that reference SAAJ APIs.</usage>
+      </properties>
+    </dependency>
+        
+       <dependency>
+          <groupId>commons-cli</groupId>
+          <artifactId>commons-cli</artifactId>
+          <version>1.0</version>
+          <url>http://jakarta.apache.org/commons/cli/</url>
+          <properties>
+            <license>ApacheLicense-2.0.txt</license>
+            <war.bundle>true</war.bundle>
+          </properties>
+    </dependency>
+    
+       <dependency>
+          <groupId>commons-collections</groupId>
+          <artifactId>commons-collections</artifactId>
+          <version>3.1</version>
+          <url>http://jakarta.apache.org/commons/collections/</url>
+          <properties>
+            <license>ApacheLicense-2.0.txt</license>
+            <war.bundle>true</war.bundle>
+          </properties>
+    </dependency>
+        
+    <dependency>
+      <groupId>commons-discovery</groupId>
+      <artifactId>commons-discovery</artifactId>
+      <version>0.2</version>
+      <url>http://jakarta.apache.org/commons/discovery/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <war.bundle>true</war.bundle>
+        <usage>Needed by Axis.</usage>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-digester</groupId>
+      <artifactId>commons-digester</artifactId>
+      <version>1.6</version>
+      <url>http://jakarta.apache.org/commons/digester/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-id</groupId>
+      <artifactId>commons-id</artifactId>
+      <version>0.1-dev</version>
+      <url>http://jakarta.apache.org/commons/sandbox/id/</url>
+      <properties>
+         <license>ApacheLicense-2.0.txt</license>
+         <usage>Library for generating UUIDs</usage>
+         <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>1.0</version>
+      <url>http://jakarta.apache.org/commons/io/</url>
+      <properties>
+         <license>ApacheLicense-2.0.txt</license>
+         <usage>Needed for general IO operations.</usage>
+         <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>directory-naming</groupId>
+      <artifactId>naming-core</artifactId>
+      <version>0.8</version>
+      <url>http://incubator.apache.org/directory/subprojects/naming/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <scope>runtime-only</scope>
+        <usage>Provides an in-memory JNDI provider.</usage>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>directory-naming</groupId>
+      <artifactId>naming-factory</artifactId>
+      <version>0.8</version>
+      <url>http://incubator.apache.org/directory/subprojects/naming/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <scope>runtime-only</scope>
+        <usage>Provides an in-memory JNDI provider.</usage>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>directory-naming</groupId>
+      <artifactId>naming-java</artifactId>
+      <version>0.8</version>
+      <url>http://incubator.apache.org/directory/subprojects/naming/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <scope>runtime, test</scope>
+        <usage>Provides an in-memory JNDI provider.</usage>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>        
+    
+    <dependency>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+      <version>2.0.2</version>
+      <url>http://jakarta.apache.org/commons/httpclient/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <war.bundle>true</war.bundle>
+        <usage>Needed for sending HTTP requests, i.e. Notifications.</usage>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.0</version>
+      <url>http://jakarta.apache.org/commons/lang/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <war.bundle>true</war.bundle>
+        <src.artifactId>commons-lang-src</src.artifactId>
+        <usage>Needed for utility classes like StringUtils, ExceptionUtils etc.</usage>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.4</version>
+      <url>http://jakarta.apache.org/commons/logging/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <war.bundle>true</war.bundle>
+        <usage>Needed for logging purposes.</usage>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>concurrent</groupId>
+      <artifactId>concurrent</artifactId>
+      <version>1.3.4</version>
+      <url>http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html</url>
+      <properties>
+        <license>DougLeaTechnologyLicense.txt</license>
+        <war.bundle>true</war.bundle>
+        <usage>Needed for threading.</usage>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>muse</groupId>
+      <artifactId>wsdm-xbeans</artifactId>
+      <version>SNAPSHOT</version>
+      <url>http://ws.apache.org/ws-fx/muse/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <war.bundle>true</war.bundle>
+        <usage>Needed for Unit Tests. This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>muse</groupId>
+      <artifactId>advertiser-xbeans</artifactId>
+      <version>SNAPSHOT</version>
+      <url>http://ws.apache.org/ws-fx/muse/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <war.bundle>true</war.bundle>
+        <usage>Needed for Unit Tests. This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
+      </properties>
+    </dependency>    
+    
+    <dependency> 
+	<groupId>pubscribe</groupId>
+	<artifactId>wsn-xbeans</artifactId>
+	<version>SNAPSHOT</version>
+	<url>http://ws.apache.org/ws-fx/pubscribe/</url>
+	<properties>
+	    <license>ApacheLicense-2.0.txt</license>
+	    <usage>XMLBeans for WSN spec types</usage>
+	    <war.bundle>true</war.bundle>
+	</properties>
+    </dependency>
+    
+    <dependency> 
+	<groupId>pubscribe</groupId>
+	<artifactId>pubscribe</artifactId>
+	<version>1.0</version>
+	<url>http://ws.apache.org/ws-fx/pubscribe/</url>
+	<properties>
+	    <license>ApacheLicense-2.0.txt</license>
+	    <usage>Pubscribe WSN/WSE implementation</usage>
+	    <war.bundle>true</war.bundle>
+	</properties>
+    </dependency>    
+    
+    <dependency>
+      <groupId>jaxen</groupId>
+      <artifactId>jaxen</artifactId>
+      <version>1.1-beta-3</version>
+      <url>http://jaxen.org/</url>
+      <properties>
+        <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>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>jetty</groupId>
+      <artifactId>org.mortbay.jetty</artifactId>
+      <version>4.2.24</version>
+      <url>http://jetty.mortbay.org/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <war.bundle>false</war.bundle>
+        <usage>required by the JettyAxisServer class</usage>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <url>http://www.junit.org/</url>
+      <properties>
+        <license>CommonPublicLicense-1.0.txt</license>
+        <classloader>root</classloader>
+        <war.bundle>true</war.bundle>
+        <usage>Needed for running unit tests.</usage>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.8</version>
+      <url>http://logging.apache.org/log4j/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <war.bundle>true</war.bundle>
+        <usage>Needed (at runtime) for logging.</usage>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>servletapi</groupId>
+      <artifactId>servletapi</artifactId>
+      <version>2.3</version>
+      <url>http://java.sun.com/products/servlet/</url>
+      <properties>        
+        <war.bundle>false</war.bundle>
+        <usage>Needed to compile our servlet.</usage>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>wsdl4j</groupId>
+      <artifactId>wsdl4j</artifactId>
+      <version>1.5-SNAPSHOT</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>
+      </properties>
+    </dependency>
+        
+    <dependency>
+      <groupId>xalan</groupId>
+      <artifactId>xalan</artifactId>
+      <version>2.4.1</version>
+      <url>http://xml.apache.org/xalan-j/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <war.bundle>true</war.bundle>
+        <usage>Needed for XSL and report generation.</usage>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>xmlbeans</groupId>
+      <artifactId>xbean</artifactId>
+      <version>2.0.0</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>
+
+    <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>       
+    <dependency>
+      <groupId>muse</groupId>
+      <artifactId>muse</artifactId>
+      <version>1.0</version>    
+      <url>http://ws.apache.org/ws-fx/muse/</url>
+      <properties>
+	<license>ApacheLicense-2.0.txt</license>
+	<usage>Muse impl</usage>
+	<war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+
+		<!-- Interop Dependencies -->
         <dependency>
             <groupId>weather-station</groupId>
             <artifactId>weather-client-config-xbeans</artifactId>
@@ -67,221 +538,6 @@
             <url>http://www.apache.org</url>
         </dependency>
         <dependency>
-            <groupId>addressing</groupId>
-            <artifactId>addressing</artifactId>
-            <version>SNAPSHOT</version>
-            <type>jar</type>
-            <url>http://ws.apache.org/ws-fx/addressing/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <usage>Provides support for WS-Addressing</usage>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>ant</groupId>
-            <artifactId>ant</artifactId>
-            <version>1.6.2</version>
-            <type>jar</type>
-            <url>http://ant.apache.org/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <usage>Needed for custom Ant tasks we've written for updating a Wsdd and running WsdmWsdl2Java</usage>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>velocity</groupId>
-            <artifactId>velocity</artifactId>
-            <version>1.4</version>
-            <type>jar</type>
-            <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>axis</groupId>
-            <artifactId>axis</artifactId>
-            <version>1.2</version>
-            <type>jar</type>
-            <url>http://ws.apache.org/axis/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <war.bundle>true</war.bundle>
-                <usage>Needed for compiling Axis-specific impls in our codebase.  It is also needed for unit tests, etc.</usage>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>commons-discovery</groupId>
-            <artifactId>commons-discovery</artifactId>
-            <version>0.2</version>
-            <type>jar</type>
-            <url>http://jakarta.apache.org/commons/discovery/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <war.bundle>true</war.bundle>
-                <usage>Needed by Axis.</usage>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>commons-digester</groupId>
-            <artifactId>commons-digester</artifactId>
-            <version>1.6</version>
-            <type>jar</type>
-            <url>http://jakarta.apache.org/commons/digester/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>commons-io</groupId>
-            <artifactId>commons-io</artifactId>
-            <version>1.0</version>
-            <type>jar</type>
-            <url>http://jakarta.apache.org/commons/io/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <usage>Needed for general IO operations.</usage>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>commons-httpclient</groupId>
-            <artifactId>commons-httpclient</artifactId>
-            <version>2.0.2</version>
-            <type>jar</type>
-            <url>http://jakarta.apache.org/commons/httpclient/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <war.bundle>true</war.bundle>
-                <usage>Needed for sending HTTP requests, i.e. Notifications.</usage>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-            <version>2.0</version>
-            <type>jar</type>
-            <url>http://jakarta.apache.org/commons/lang/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <war.bundle>true</war.bundle>
-                <src.artifactId>commons-lang-src</src.artifactId>
-                <usage>Needed for utility classes like StringUtils, ExceptionUtils etc.</usage>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>1.0.4</version>
-            <type>jar</type>
-            <url>http://jakarta.apache.org/commons/logging/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <war.bundle>true</war.bundle>
-                <usage>Needed for logging purposes.</usage>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>concurrent</groupId>
-            <artifactId>concurrent</artifactId>
-            <version>1.3.4</version>
-            <type>jar</type>
-            <url>http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html</url>
-            <properties>
-                <license>DougLeaTechnologyLicense.txt</license>
-                <war.bundle>true</war.bundle>
-                <usage>Needed for threading.</usage>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>jaxen</groupId>
-            <artifactId>jaxen</artifactId>
-            <version>1.1-beta-3</version>
-            <type>jar</type>
-            <url>http://jaxen.org/</url>
-            <properties>
-                <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 -&gt; beta-6 had an OutOfMemoryError when interacting with XmlCursor.select(..) when using our sushi ResourcePropSet</comment>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-            <type>jar</type>
-            <url>http://www.junit.org/</url>
-            <properties>
-                <license>CommonPublicLicense-1.0.txt</license>
-                <classloader>root</classloader>
-                <war.bundle>true</war.bundle>
-                <usage>Needed for running unit tests.</usage>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>servletapi</groupId>
-            <artifactId>servletapi</artifactId>
-            <version>2.3</version>
-            <type>jar</type>
-            <url>http://java.sun.com/products/servlet/</url>
-            <properties>
-                <war.bundle>false</war.bundle>
-                <usage>Needed to compile our servlet.</usage>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>wsdl4j</groupId>
-            <artifactId>wsdl4j</artifactId>
-            <version>1.5-SNAPSHOT</version>
-            <type>jar</type>
-            <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>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>commons-cli</groupId>
-            <artifactId>commons-cli</artifactId>
-            <version>1.0</version>
-            <type>jar</type>
-            <url>http://jakarta.apache.org/commons/cli/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>commons-collections</groupId>
-            <artifactId>commons-collections</artifactId>
-            <version>3.1</version>
-            <type>jar</type>
-            <url>http://jakarta.apache.org/commons/collections/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>xalan</groupId>
-            <artifactId>xalan</artifactId>
-            <version>2.4.1</version>
-            <type>jar</type>
-            <url>http://xml.apache.org/xalan-j/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <war.bundle>true</war.bundle>
-                <usage>Needed for XSL and report generation.</usage>
-            </properties>
-        </dependency>
-        <dependency>
             <groupId>jfreechart</groupId>
             <artifactId>jfreechart</artifactId>
             <version>1.0.0-pre2</version>
@@ -296,196 +552,6 @@
             <url>http://www.jfree.org/jfreechart</url>
         </dependency>
         <dependency>
-            <groupId>apollo</groupId>
-            <artifactId>commonj-twm-api</artifactId>
-            <version>1.1</version>
-            <type>jar</type>
-            <url>http://dev2dev.bea.com/technologies/commonj/twm/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <usage>Timer APIs used for scheduled resource termination</usage>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>muse</groupId>
-            <artifactId>muse-incubating</artifactId>
-            <version>1.0-SNAPSHOT</version>
-            <type>jar</type>
-            <url>http://www.apache.org</url>
-        </dependency>
-        <dependency>
-            <groupId>apollo</groupId>
-            <artifactId>apollo-incubating</artifactId>
-            <version>1.0-SNAPSHOT</version>
-            <type>jar</type>
-            <url>http://incubator.apache.org/apollo/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <usage>WSRF impl</usage>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>apollo</groupId>
-            <artifactId>wsa-xbeans</artifactId>
-            <version>SNAPSHOT</version>
-            <type>jar</type>
-            <url>http://incubator.apache.org/apollo/</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>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>apollo</groupId>
-            <artifactId>wsrf-xbeans</artifactId>
-            <version>SNAPSHOT</version>
-            <type>jar</type>
-            <url>http://incubator.apache.org/apollo/</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>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>apollo</groupId>
-            <artifactId>apollo-jndi-config</artifactId>
-            <version>SNAPSHOT</version>
-            <type>jar</type>
-            <url>http://incubator.apache.org/apollo/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <usage>Needed for handling our JNDI XML config file via XmlBeans. This "could" be removed, but then we'd probably replace it with commons-config.  The reason we avoided that approach is that we leveredge XmlBeans extensively in our codebase.</usage>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>axis</groupId>
-            <artifactId>axis-jaxrpc</artifactId>
-            <version>1.2</version>
-            <type>jar</type>
-            <url>http://ws.apache.org/axis/</url>
-            <properties>
-                <license>BinaryCodeLicense-JaxRpcApi.txt</license>
-                <usage>Needed for building classes that reference JAX-RPC APIs.</usage>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>axis</groupId>
-            <artifactId>axis-saaj</artifactId>
-            <version>1.2</version>
-            <type>jar</type>
-            <url>http://ws.apache.org/axis/</url>
-            <properties>
-                <license>BinaryCodeLicense-SaajApi.txt</license>
-                <usage>Needed for building classes that reference SAAJ APIs.</usage>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>directory-naming</groupId>
-            <artifactId>naming-core</artifactId>
-            <version>0.8</version>
-            <type>jar</type>
-            <url>http://incubator.apache.org/directory/subprojects/naming/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <scope>runtime-only</scope>
-                <usage>Provides an in-memory JNDI provider.</usage>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>directory-naming</groupId>
-            <artifactId>naming-factory</artifactId>
-            <version>0.8</version>
-            <type>jar</type>
-            <url>http://incubator.apache.org/directory/subprojects/naming/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <scope>runtime-only</scope>
-                <usage>Provides an in-memory JNDI provider.</usage>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>directory-naming</groupId>
-            <artifactId>naming-java</artifactId>
-            <version>0.8</version>
-            <type>jar</type>
-            <url>http://incubator.apache.org/directory/subprojects/naming/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <scope>runtime, test</scope>
-                <usage>Provides an in-memory JNDI provider.</usage>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>muse</groupId>
-            <artifactId>advertiser-xbeans</artifactId>
-            <version>SNAPSHOT</version>
-            <type>jar</type>
-            <url>http://incubator.apache.org/muse/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <usage>Needed for Unit Tests. This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>hermes</groupId>
-            <artifactId>wsn-xbeans</artifactId>
-            <version>SNAPSHOT</version>
-            <type>jar</type>
-            <url>http://incubator.apache.org/hermes/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <usage>XMLBeans for WSN spec types</usage>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>hermes</groupId>
-            <artifactId>hermes-incubating</artifactId>
-            <version>1.0-SNAPSHOT</version>
-            <type>jar</type>
-            <url>http://incubator.apache.org/hermes/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <usage>Hermes WSN/WSE implementation</usage>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>xmlbeans</groupId>
-            <artifactId>xbean</artifactId>
-            <version>2.0.0-beta1</version>
-            <type>jar</type>
-            <url>http://xmlbeans.apache.org/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <usage>Needed for handling XML types in a platform agnostic way.</usage>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>xmlbeans</groupId>
-            <artifactId>xmlbeans-jsr173-api</artifactId>
-            <version>2.0-dev</version>
-            <type>jar</type>
-            <url>http://xmlbeans.apache.org/</url>
-            <properties>
-                <license>ApacheLicense-2.0.txt</license>
-                <usage>Needed for handling XML types in a platform agnostic way.</usage>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
             <groupId>jfreechart</groupId>
             <artifactId>gnujaxp</artifactId>
             <version>snapshot</version>
@@ -499,17 +565,6 @@
             <type>jar</type>
             <url>http://www.jfree.org/jfreechart</url>
         </dependency>
-    <dependency>
-      <groupId>muse</groupId>
-      <artifactId>wsdm-xbeans</artifactId>
-      <version>SNAPSHOT</version>
-      <url>http://incubator.apache.org/muse/</url>
-      <properties>
-        <license>ApacheLicense-2.0.txt</license>
-        <war.bundle>true</war.bundle>
-        <usage>Needed for Unit Tests. This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
-      </properties>
-    </dependency>
     </dependencies>
     <build>
         <sourceDirectory>src</sourceDirectory>



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