Author: davsclaus
Date: Fri Aug 19 12:25:03 2011
New Revision: 1159609
URL: http://svn.apache.org/viewvc?rev=1159609&view=rev
Log:
CAMEL-4345: Do not import google lru hashmap in osgi. Thanks to Jeff for patch.
Modified:
camel/trunk/camel-core/pom.xml
Modified: camel/trunk/camel-core/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/camel-core/pom.xml?rev=1159609&r1=1159608&r2=1159609&view=diff
==============================================================================
--- camel/trunk/camel-core/pom.xml (original)
+++ camel/trunk/camel-core/pom.xml Fri Aug 19 12:25:03 2011
@@ -37,6 +37,7 @@
</camel.osgi.export.pkg>
<camel.osgi.import>
!org.apache.camel.*,
+ !com.googlecode.concurrentlinkedhashmap,
org.apache.xalan.xsltc.trax;resolution:=optional,
javax.activation;resolution:=optional,
javax.xml.bind;resolution:=optional,