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 2010/10/20 22:48:36 UTC

svn commit: r1025719 - /servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml

Author: gertv
Date: Wed Oct 20 20:48:35 2010
New Revision: 1025719

URL: http://svn.apache.org/viewvc?rev=1025719&view=rev
Log:
Fix components build with Maven 3

Modified:
    servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml

Modified: servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml?rev=1025719&r1=1025718&r2=1025719&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml Wed Oct 20 20:48:35 2010
@@ -23,6 +23,7 @@
     <groupId>org.apache.servicemix</groupId>
     <artifactId>components-pom</artifactId>
     <version>6-SNAPSHOT</version>
+    <relativePath>../../components-pom/pom.xml</relativePath>
   </parent>
   
   <groupId>org.apache.servicemix</groupId>
@@ -82,33 +83,6 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-core</artifactId>
-      <scope>test</scope>
-      <exclusions>
-        <exclusion>
-         <groupId>org.apache.servicemix</groupId>
-         <artifactId>servicemix-jbi</artifactId>
-        </exclusion>
-        <exclusion>
-         <groupId>org.apache.servicemix</groupId>
-         <artifactId>servicemix-services</artifactId>
-        </exclusion>
-        <exclusion>
-         <groupId>org.apache.activemq</groupId>
-         <artifactId>activemq-core</artifactId>
-        </exclusion>
-        <exclusion>
-         <groupId>org.apache.activemq</groupId>
-         <artifactId>activemq-pool</artifactId>
-        </exclusion>
-        <exclusion>
-         <groupId>org.apache.activemq</groupId>
-         <artifactId>activeio-core</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
       <groupId>org.jencks</groupId>
       <artifactId>jencks</artifactId>
     </dependency>
@@ -285,6 +259,10 @@
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
         </exclusion>
+        <exclusion>
+            <groupId>org.apache.ws.commons</groupId>
+            <artifactId>XmlSchema</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
@@ -345,7 +323,7 @@
     <dependency>
       <groupId>org.apache.ws.commons.schema</groupId>
       <artifactId>XmlSchema</artifactId>
-      <version>1.4.5</version>
+      <version>1.4.7</version>
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
@@ -358,6 +336,26 @@
       <scope>test</scope>
       <exclusions>
         <exclusion>
+         <groupId>org.apache.servicemix</groupId>
+         <artifactId>servicemix-jbi</artifactId>
+        </exclusion>
+        <exclusion>
+         <groupId>org.apache.servicemix</groupId>
+         <artifactId>servicemix-services</artifactId>
+        </exclusion>
+        <exclusion>
+         <groupId>org.apache.activemq</groupId>
+         <artifactId>activemq-core</artifactId>
+        </exclusion>
+        <exclusion>
+         <groupId>org.apache.activemq</groupId>
+         <artifactId>activemq-pool</artifactId>
+        </exclusion>
+        <exclusion>
+         <groupId>org.apache.activemq</groupId>
+         <artifactId>activeio-core</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>org.springframework</groupId>
           <artifactId>spring-jmx</artifactId>
         </exclusion>
@@ -388,6 +386,11 @@
         <version>1.3</version>
     </dependency>
     <dependency>
+      <groupId>org.fusesource.commonman</groupId>
+      <artifactId>commons-management</artifactId>
+      <scope>test</scope>
+    </dependency>    
+    <dependency>
         <groupId>xml-resolver</groupId>
         <artifactId>xml-resolver</artifactId>
         <version>1.2</version>
@@ -503,15 +506,6 @@
     </plugins>
   </build>
   
-  <repositories>
-    <repository>
-        <!-- Contains: jaxb-impl-2.1.4, FastInfoset-1.2.2, saaj-impl-1.3 -->
-        <id>java.net</id>
-        <url>http://download.java.net/maven/1</url>
-        <layout>legacy</layout>
-    </repository>
-  </repositories>
-
   <profiles>
     <profile>
       <id>ibmjdk</id>