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 2006/08/03 10:29:19 UTC

svn commit: r428279 - /incubator/servicemix/trunk/servicemix-components/pom.xml

Author: gnodet
Date: Thu Aug  3 01:29:19 2006
New Revision: 428279

URL: http://svn.apache.org/viewvc?rev=428279&view=rev
Log:
All dependencies should currently be flagged as optional / provided / test so that the SU packager will only include those explicitely specified

Modified:
    incubator/servicemix/trunk/servicemix-components/pom.xml

Modified: incubator/servicemix/trunk/servicemix-components/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-components/pom.xml?rev=428279&r1=428278&r2=428279&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-components/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-components/pom.xml Thu Aug  3 01:29:19 2006
@@ -62,6 +62,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>      
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.codehaus.xfire</groupId>
@@ -82,18 +83,22 @@
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-servlet_2.4_spec</artifactId>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-javamail_1.3.1_spec</artifactId>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-saaj_1.1_spec</artifactId>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-jaxrpc_1.1_spec</artifactId>
+      <optional>true</optional>
     </dependency>
 
     <!-- Drools dependencies -->
@@ -176,6 +181,7 @@
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty</artifactId>
+      <optional>true</optional>
     </dependency>
 
 
@@ -255,4 +261,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>