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:32:27 UTC

svn commit: r690301 - /servicemix/components/bindings/servicemix-http/trunk/pom.xml

Author: gertv
Date: Fri Aug 29 08:32:26 2008
New Revision: 690301

URL: http://svn.apache.org/viewvc?rev=690301&view=rev
Log:
SM-1455: servicemix-http build successful -- still using servicemix-core for HttpManagedServlet

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

Modified: servicemix/components/bindings/servicemix-http/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-http/trunk/pom.xml?rev=690301&r1=690300&r2=690301&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-http/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-http/trunk/pom.xml Fri Aug 29 08:32:26 2008
@@ -216,6 +216,24 @@
       <scope>test</scope>
       <version>1.0</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jta_1.1_spec</artifactId>
+    </dependency>
+    <!-- provided to allow compilation - OSGi imports marked optional for SMX4 -->
+    <dependency>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-core</artifactId>
+      <version>${servicemix-version}</version>
+      <scope>provided</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-jmx</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+
     <!-- include servicemix-common as a source for the XSD documentation generator -->
     <dependency>
       <groupId>org.apache.servicemix</groupId>