You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2008/08/29 17:00:59 UTC

svn commit: r690281 - /servicemix/components/bindings/servicemix-mail/trunk/pom.xml

Author: gertv
Date: Fri Aug 29 08:00:59 2008
New Revision: 690281

URL: http://svn.apache.org/viewvc?rev=690281&view=rev
Log:
SM-1455: servicemix-mail can now be built using servicemix-core only as a test dependency

Modified:
    servicemix/components/bindings/servicemix-mail/trunk/pom.xml

Modified: servicemix/components/bindings/servicemix-mail/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-mail/trunk/pom.xml?rev=690281&r1=690280&r2=690281&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-mail/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-mail/trunk/pom.xml Fri Aug 29 08:00:59 2008
@@ -74,6 +74,27 @@
       <version>1.4</version>
     </dependency>
     <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jta_1.1_spec</artifactId>
+    </dependency>
+    <!-- for unit/integration testing -->
+    <dependency>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-core</artifactId>
+      <version>${servicemix-version}</version>
+      <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-jmx</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>