You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by jo...@apache.org on 2006/08/11 09:46:24 UTC

svn commit: r430713 - in /webservices/commons/trunk/modules/axiom: modules/axiom-api/pom.xml pom.xml project.properties

Author: jochen
Date: Fri Aug 11 00:46:24 2006
New Revision: 430713

URL: http://svn.apache.org/viewvc?rev=430713&view=rev
Log:
Following Dims changes

Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml
    webservices/commons/trunk/modules/axiom/pom.xml
    webservices/commons/trunk/modules/axiom/project.properties

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml?rev=430713&r1=430712&r2=430713&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml Fri Aug 11 00:46:24 2006
@@ -14,9 +14,12 @@
   <description>The Axiom API</description>
   <dependencies>
     <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-javamail_1.3.1_spec</artifactId>
-      <version>1.1</version>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>

Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=430713&r1=430712&r2=430713&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Fri Aug 11 00:46:24 2006
@@ -302,6 +302,11 @@
   <dependencyManagement>
     <dependencies>
       <dependency>
+        <groupId>xml-apis</groupId>
+        <artifactId>xml-apis</artifactId>
+        <version>1.3.03</version>
+      </dependency>
+      <dependency>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-api</artifactId>
         <version>${axiom.version}</version>
@@ -345,7 +350,7 @@
       <dependency>
         <groupId>jaxen</groupId>
         <artifactId>jaxen</artifactId>
-        <version>1.1-beta-8</version>
+        <version>1.1-beta-9</version>
         <exclusions>
           <exclusion>
             <artifactId>dom4j</artifactId>
@@ -359,12 +364,16 @@
             <artifactId>jdom</artifactId>
             <groupId>jdom</groupId>
           </exclusion>
+          <exclusion>
+            <groupId>xerces</groupId>
+            <artifactId>xmlParserAPIs</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>
-        <groupId>org.apache.geronimo.specs</groupId>
-        <artifactId>geronimo-javamail_1.3.1_spec</artifactId>
-        <version>1.1</version>
+        <groupId>javax.mail</groupId>
+        <artifactId>mail</artifactId>
+        <version>1.4</version>
       </dependency>
       <dependency>
         <groupId>junit</groupId>

Modified: webservices/commons/trunk/modules/axiom/project.properties
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/project.properties?rev=430713&r1=430712&r2=430713&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/project.properties (original)
+++ webservices/commons/trunk/modules/axiom/project.properties Fri Aug 11 00:46:24 2006
@@ -53,7 +53,7 @@
 activation.version=1.1
 javamail.version=1.4
 jaxen.version=1.1-beta-9
-junit.version=3.8.1
+junit.version=3.8.2
 log4j.version=1.2.13
 stax.api.version=1.0.1
 xmlunit.version=1.0



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