You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2007/08/08 20:15:02 UTC

svn commit: r563968 - /activemq/camel/trunk/pom.xml

Author: jstrachan
Date: Wed Aug  8 11:14:56 2007
New Revision: 563968

URL: http://svn.apache.org/viewvc?view=rev&rev=563968
Log:
removed remaining camel-jbi entry and re-enabled cobertura reports

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?view=diff&rev=563968&r1=563967&r2=563968
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Wed Aug  8 11:14:56 2007
@@ -227,11 +227,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-jbi</artifactId>
-        <version>${camel-version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.camel</groupId>
         <artifactId>camel-jms</artifactId>
         <version>${camel-version}</version>
       </dependency>
@@ -762,15 +757,11 @@
               <artifactId>maven-pmd-plugin</artifactId>
             </plugin>
       -->
-<!--
-      TODO this currently fails in the camel-jbi project for some bizarre reason
-      
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>2.0</version>
       </plugin>
--->
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>