Author: gnodet
Date: Wed Mar 19 07:24:19 2008
New Revision: 638839
URL: http://svn.apache.org/viewvc?rev=638839&view=rev
Log:
Fix classpath by adding an exclusion
Modified:
servicemix/smx4/kernel/trunk/main/pom.xml
Modified: servicemix/smx4/kernel/trunk/main/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/main/pom.xml?rev=638839&r1=638838&r2=638839&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/main/pom.xml (original)
+++ servicemix/smx4/kernel/trunk/main/pom.xml Wed Mar 19 07:24:19 2008
@@ -43,12 +43,10 @@
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.core</artifactId>
</exclusion>
- <!--exclusion>
- For now framework doesn't have this dependency, but it
- will once the compendium bundle is released.
- <groupId>${pom.groupId}</groupId>
+ <exclusion>
+ <groupId>org.apache.felix</groupId>
<artifactId>org.osgi.compendium</artifactId>
- </exclusion-->
+ </exclusion>
</exclusions>
</dependency>
<!--