You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/06/13 13:42:05 UTC

svn commit: r667485 - in /servicemix/smx4/specs/trunk: jaxb-api-2.0/pom.xml jaxb-api-2.1/pom.xml jaxws-api-2.0/pom.xml jaxws-api-2.1/pom.xml saaj-api-1.3/pom.xml stax-api-1.0/pom.xml

Author: gnodet
Date: Fri Jun 13 04:42:05 2008
New Revision: 667485

URL: http://svn.apache.org/viewvc?rev=667485&view=rev
Log:
Remove optional flag on dependencies as they are overwritten by the shade plugin

Modified:
    servicemix/smx4/specs/trunk/jaxb-api-2.0/pom.xml
    servicemix/smx4/specs/trunk/jaxb-api-2.1/pom.xml
    servicemix/smx4/specs/trunk/jaxws-api-2.0/pom.xml
    servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml
    servicemix/smx4/specs/trunk/saaj-api-1.3/pom.xml
    servicemix/smx4/specs/trunk/stax-api-1.0/pom.xml

Modified: servicemix/smx4/specs/trunk/jaxb-api-2.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxb-api-2.0/pom.xml?rev=667485&r1=667484&r2=667485&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/jaxb-api-2.0/pom.xml (original)
+++ servicemix/smx4/specs/trunk/jaxb-api-2.0/pom.xml Fri Jun 13 04:42:05 2008
@@ -39,19 +39,16 @@
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.locator</artifactId>
             <version>${pom.version}</version>
-            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId>
             <version>${pom.version}</version>
-            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-activation_1.1_spec</artifactId>
             <version>1.0.2</version>
-            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>javax.xml.bind</groupId>

Modified: servicemix/smx4/specs/trunk/jaxb-api-2.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxb-api-2.1/pom.xml?rev=667485&r1=667484&r2=667485&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/jaxb-api-2.1/pom.xml (original)
+++ servicemix/smx4/specs/trunk/jaxb-api-2.1/pom.xml Fri Jun 13 04:42:05 2008
@@ -39,19 +39,16 @@
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.locator</artifactId>
             <version>${pom.version}</version>
-            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId>
             <version>${pom.version}</version>
-            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-activation_1.1_spec</artifactId>
             <version>1.0.2</version>
-            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>javax.xml.bind</groupId>

Modified: servicemix/smx4/specs/trunk/jaxws-api-2.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxws-api-2.0/pom.xml?rev=667485&r1=667484&r2=667485&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/jaxws-api-2.0/pom.xml (original)
+++ servicemix/smx4/specs/trunk/jaxws-api-2.0/pom.xml Fri Jun 13 04:42:05 2008
@@ -39,7 +39,6 @@
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-jaxws-api</artifactId>
             <version>1.3</version>
-            <optional>true</optional>
             <exclusions>
                 <exclusion>
                     <groupId>commons-logging</groupId>
@@ -119,7 +118,6 @@
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.locator</artifactId>
             <version>${pom.version}</version>
-            <optional>true</optional>
         </dependency>
     </dependencies>
 

Modified: servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml?rev=667485&r1=667484&r2=667485&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml (original)
+++ servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml Fri Jun 13 04:42:05 2008
@@ -39,7 +39,6 @@
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-jaxws-api</artifactId>
             <version>1.4</version>
-            <optional>true</optional>
             <exclusions>
                 <exclusion>
                     <groupId>commons-logging</groupId>
@@ -119,7 +118,6 @@
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.locator</artifactId>
             <version>${pom.version}</version>
-            <optional>true</optional>
         </dependency>
     </dependencies>
     <build>

Modified: servicemix/smx4/specs/trunk/saaj-api-1.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/saaj-api-1.3/pom.xml?rev=667485&r1=667484&r2=667485&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/saaj-api-1.3/pom.xml (original)
+++ servicemix/smx4/specs/trunk/saaj-api-1.3/pom.xml Fri Jun 13 04:42:05 2008
@@ -39,13 +39,11 @@
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-saaj_1.3_spec</artifactId>
             <version>1.0.0</version>
-            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.locator</artifactId>
             <version>${project.version}</version>
-            <optional>true</optional>
         </dependency>
     </dependencies>
 

Modified: servicemix/smx4/specs/trunk/stax-api-1.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/stax-api-1.0/pom.xml?rev=667485&r1=667484&r2=667485&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/stax-api-1.0/pom.xml (original)
+++ servicemix/smx4/specs/trunk/stax-api-1.0/pom.xml Fri Jun 13 04:42:05 2008
@@ -39,13 +39,11 @@
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-stax-api_1.0_spec</artifactId>
             <version>1.0</version>
-            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.locator</artifactId>
             <version>${project.version}</version>
-            <optional>true</optional>
         </dependency>
     </dependencies>