You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2011/10/18 18:57:56 UTC

svn commit: r1185753 - /openejb/trunk/patched-libraries/cxf-bundle-patched/pom.xml

Author: rmannibucau
Date: Tue Oct 18 16:57:56 2011
New Revision: 1185753

URL: http://svn.apache.org/viewvc?rev=1185753&view=rev
Log:
using provided scope for cxf itself and adding compile dependencies to keep it by maven mecanism

Modified:
    openejb/trunk/patched-libraries/cxf-bundle-patched/pom.xml

Modified: openejb/trunk/patched-libraries/cxf-bundle-patched/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/patched-libraries/cxf-bundle-patched/pom.xml?rev=1185753&r1=1185752&r2=1185753&view=diff
==============================================================================
--- openejb/trunk/patched-libraries/cxf-bundle-patched/pom.xml (original)
+++ openejb/trunk/patched-libraries/cxf-bundle-patched/pom.xml Tue Oct 18 16:57:56 2011
@@ -34,6 +34,25 @@
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-bundle</artifactId>
       <version>2.4.3</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jettison</groupId>
+      <artifactId>jettison</artifactId>
+      <version>1.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jvnet</groupId>
+      <artifactId>mimepull</artifactId>
+      <version>1.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.neethi</groupId>
+      <artifactId>neethi</artifactId>
+      <version>3.0.1</version>
+      <scope>compile</scope>
     </dependency>
   </dependencies>