You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2009/04/22 09:48:38 UTC

svn commit: r767399 - /felix/trunk/scrplugin/pom.xml

Author: cziegeler
Date: Wed Apr 22 07:48:37 2009
New Revision: 767399

URL: http://svn.apache.org/viewvc?rev=767399&view=rev
Log:
exclude foundation jar, conflicts with JDK 1.5 library classes

Modified:
    felix/trunk/scrplugin/pom.xml

Modified: felix/trunk/scrplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/pom.xml?rev=767399&r1=767398&r2=767399&view=diff
==============================================================================
--- felix/trunk/scrplugin/pom.xml (original)
+++ felix/trunk/scrplugin/pom.xml Wed Apr 22 07:48:37 2009
@@ -55,6 +55,13 @@
 			<artifactId>org.osgi.compendium</artifactId>
 			<version>1.0.0</version>
 			<scope>compile</scope>
+			<exclusions>
+			  <!-- exclude foundation jar, conflicts with JDK 1.5 library classes -->
+			  <exclusion>
+			    <groupId>org.apache.felix</groupId>
+			    <artifactId>org.osgi.foundation</artifactId>
+			  </exclusion>
+			</exclusions>
 		</dependency>
 		
 		<dependency>