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/11/27 15:22:13 UTC

svn commit: r721184 - /servicemix/smx4/features/trunk/camel/camel-features/pom.xml

Author: gnodet
Date: Thu Nov 27 06:22:12 2008
New Revision: 721184

URL: http://svn.apache.org/viewvc?rev=721184&view=rev
Log:
SMX4-166: commons-csv from camel-csv contains SNAPHSOT dependency

Modified:
    servicemix/smx4/features/trunk/camel/camel-features/pom.xml

Modified: servicemix/smx4/features/trunk/camel/camel-features/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/camel-features/pom.xml?rev=721184&r1=721183&r2=721184&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/camel-features/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/camel-features/pom.xml Thu Nov 27 06:22:12 2008
@@ -163,8 +163,20 @@
        <groupId>org.apache.camel</groupId>
        <artifactId>camel-csv</artifactId>
        <version>${camel.version}</version>
+       <exclusions>
+         <!--  Override commons-csv from Camel, it has a SNAPSHOT dependency. -->
+         <exclusion>
+           <groupId>org.apache.commons</groupId>
+           <artifactId>commons-csv</artifactId>
+         </exclusion>
+       </exclusions>
      </dependency>
      <dependency>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>org.apache.servicemix.bundles.commons-csv</artifactId>
+        <version>${commons-csv.version}</version>
+     </dependency>  
+     <dependency>
        <groupId>org.apache.camel</groupId>
        <artifactId>camel-flatpack</artifactId>
        <version>${camel.version}</version>