Author: davsclaus
Date: Mon Jun 30 21:33:20 2008
New Revision: 672991

URL: http://svn.apache.org/viewvc?rev=672991&view=rev
Log:
CAMEL-644: osgi jar should be optional or provided. Hadrian will take it from 
here. I removed the TODO for the activation jar.

Modified:
    activemq/camel/trunk/camel-core/pom.xml

Modified: activemq/camel/trunk/camel-core/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/pom.xml?rev=672991&r1=672990&r2=672991&view=diff
==============================================================================
--- activemq/camel/trunk/camel-core/pom.xml (original)
+++ activemq/camel/trunk/camel-core/pom.xml Mon Jun 30 21:33:20 2008
@@ -50,14 +50,13 @@
     </dependency>
 
     <dependency>
-      <!-- TODO: this is only needed for OSGi environments, can we have it be 
optional or how? -->
+       <!-- TODO: this is only needed for OSGi environments, we can have it 
optional or provided -->
       <groupId>org.apache.felix</groupId>
       <artifactId>org.osgi.core</artifactId>
       <version>${felix-osgi-version}</version>
+      <optional>true</optional>
     </dependency>
 
-    <!-- TODO: Javax Activation (attachment support) is now also a hard 
dependency, where do we configure this in pom.xml? -->
-
     <!-- to allow Spring annotations to be used -->
     <dependency>
       <groupId>org.springframework</groupId>


Reply via email to