Author: jochen
Date: Fri Aug 11 01:29:42 2006
New Revision: 430722

URL: http://svn.apache.org/viewvc?rev=430722&view=rev
Log:
Catchup with changes in Axiom.

Modified:
    webservices/commons/trunk/modules/neethi/pom.xml
    webservices/commons/trunk/modules/neethi/project.xml

Modified: webservices/commons/trunk/modules/neethi/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/pom.xml?rev=430722&r1=430721&r2=430722&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/pom.xml (original)
+++ webservices/commons/trunk/modules/neethi/pom.xml Fri Aug 11 01:29:42 2006
@@ -44,7 +44,7 @@
             <name>Sanka Samaranayake</name>
             <id>sanka</id>
             <organization>WSO2 Inc.</organization>
-            <email>[EMAIL PROTECTED]</email>
+            <email>[EMAIL PROTECTED]</email>
         </developer>
         <developer>
             <!-- Documentation -->
@@ -81,6 +81,7 @@
         <directory>${basedir}</directory>
         <includes>
           <include>LICENSE*</include>
+          <include>NOTICE.txt</include>
         </includes>
       </resource>
     </resources>
@@ -238,35 +239,14 @@
   </pluginRepositories>
   <dependencies>
     <dependency>
-        <groupId>org.apache.ws.commons</groupId>
-        <artifactId>axiom</artifactId>
+        <groupId>org.apache.ws.commons.axiom</groupId>
+        <artifactId>axiom-api</artifactId>
         <version>SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.0.4</version>
-      <exclusions>
-        <exclusion>
-          <artifactId>avalon-framework</artifactId>
-          <groupId>avalon-framework</groupId>
-        </exclusion>
-        <exclusion>
-          <artifactId>logkit</artifactId>
-          <groupId>logkit</groupId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>stax</groupId>
-      <artifactId>stax-api</artifactId>
-      <version>1.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>woodstox</groupId>
-      <artifactId>wstx-asl</artifactId>
-      <version>2.9.3</version>
+        <groupId>org.apache.ws.commons.axiom</groupId>
+        <artifactId>axiom-impl</artifactId>
+        <version>SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>wsdl4j</groupId>
@@ -276,7 +256,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>3.8.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: webservices/commons/trunk/modules/neethi/project.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/project.xml?rev=430722&r1=430721&r2=430722&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/project.xml (original)
+++ webservices/commons/trunk/modules/neethi/project.xml Fri Aug 11 01:29:42 
2006
@@ -77,7 +77,7 @@
                        <name>Sanka Samaranayake</name>
                        <id>sanka</id>
                        <organization>WSO2 Inc.</organization>
-                       <email>[EMAIL PROTECTED]</email>
+                       <email>[EMAIL PROTECTED]</email>
                </developer>
                <developer>
                        <!-- Documentation -->



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to