Author: gertv
Date: Wed Dec 15 14:58:47 2010
New Revision: 1049575

URL: http://svn.apache.org/viewvc?rev=1049575&view=rev
Log:
SMX4-709: Fix a few Maven 3 build warnings

Modified:
    servicemix/smx4/features/trunk/cxf/cxf-transport-nmr/pom.xml
    
servicemix/smx4/features/trunk/examples/wsdl-first/wsdl-first-jsr181-su/pom.xml
    servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/cxf/cxf-transport-nmr/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/cxf/cxf-transport-nmr/pom.xml?rev=1049575&r1=1049574&r2=1049575&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/cxf/cxf-transport-nmr/pom.xml (original)
+++ servicemix/smx4/features/trunk/cxf/cxf-transport-nmr/pom.xml Wed Dec 15 
14:58:47 2010
@@ -135,6 +135,7 @@
                        <plugin>
                                <groupId>org.apache.cxf</groupId>
                                <artifactId>cxf-common-xsd</artifactId>
+                <version>${cxf.version}</version>
                                <executions>
                                        <execution>
                                                <id>generate-sources</id>

Modified: 
servicemix/smx4/features/trunk/examples/wsdl-first/wsdl-first-jsr181-su/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/wsdl-first/wsdl-first-jsr181-su/pom.xml?rev=1049575&r1=1049574&r2=1049575&view=diff
==============================================================================
--- 
servicemix/smx4/features/trunk/examples/wsdl-first/wsdl-first-jsr181-su/pom.xml 
(original)
+++ 
servicemix/smx4/features/trunk/examples/wsdl-first/wsdl-first-jsr181-su/pom.xml 
Wed Dec 15 14:58:47 2010
@@ -51,6 +51,7 @@
                        <plugin>
                                <groupId>org.apache.servicemix.tooling</groupId>
                                <artifactId>xfire-maven-plugin</artifactId>
+                <version>4.2</version>
                                <executions>
                                        <execution>
                                                <phase>generate-sources</phase>

Modified: servicemix/smx4/features/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=1049575&r1=1049574&r2=1049575&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Wed Dec 15 14:58:47 2010
@@ -1260,11 +1260,6 @@
                   <version>${axiom.version}</version>
               </dependency>
               <dependency>
-                  <groupId>org.apache.ws.commons.schema</groupId>
-                  <artifactId>XmlSchema</artifactId>
-                  <version>${xmlschema.version}</version>
-              </dependency>
-              <dependency>
                   <groupId>org.apache.ws.security</groupId>
                   <artifactId>wss4j</artifactId>
                   <version>${wss4j.version}</version>
@@ -1347,6 +1342,11 @@
                                                
<autoVersionSubmodules>true</autoVersionSubmodules>
                                        </configuration>
                                </plugin>
+                <plugin>
+                    <groupId>org.apache.servicemix.tooling</groupId>
+                    <artifactId>depends-maven-plugin</artifactId>
+                    <version>${depends-maven-plugin.version}</version>
+                </plugin>
                                <plugin>
                                        
<groupId>org.apache.servicemix.tooling</groupId>
                                        
<artifactId>jbi-maven-plugin</artifactId>


Reply via email to