You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/01/23 04:51:11 UTC

svn commit: r371455 - /incubator/servicemix/trunk/servicemix-soap/pom.xml

Author: foconer
Date: Sun Jan 22 19:51:02 2006
New Revision: 371455

URL: http://svn.apache.org/viewcvs?rev=371455&view=rev
Log:
fix for compile and unit test errors.

Modified:
    incubator/servicemix/trunk/servicemix-soap/pom.xml

Modified: incubator/servicemix/trunk/servicemix-soap/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-soap/pom.xml?rev=371455&r1=371454&r2=371455&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-soap/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-soap/pom.xml Sun Jan 22 19:51:02 2006
@@ -17,39 +17,46 @@
 -->
 <!-- $Rev: 356052 $ $Date: 2005-12-11 14:41:20 -0800 (dim., 11 déc. 2005) $ -->
 <project xmlns="http://maven.apache.org/POM/4.0.0">
-    
+
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>servicemix</artifactId>
         <version>3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-    
+
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix-soap</artifactId>
     <packaging>jar</packaging>
     <name>ServiceMix :: SOAP</name>
     <description>SOAP Stack</description>
-    
+
     <dependencies>
-        
         <dependency>
-	          <groupId>stax</groupId>
+            <groupId>stax</groupId>
             <artifactId>stax-api</artifactId>
         </dependency>
         <dependency>
-	          <groupId>org.apache.servicemix</groupId>
+            <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-core</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>
-	          <groupId>org.apache.servicemix</groupId>
+            <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-common</artifactId>
         </dependency>
         <dependency>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-javamail_1.3.1_spec</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>geronimo</groupId>
+            <artifactId>geronimo-activation</artifactId>
         </dependency>
     </dependencies>