Author: bramk
Date: Mon Oct 11 10:19:36 2010
New Revision: 148
Log:
AMDATU-88 excluding transitive dependencies to osgi foundation artifact
Modified:
trunk/amdatu-release/pom.xml
trunk/pom.xml
Modified: trunk/amdatu-release/pom.xml
==============================================================================
--- trunk/amdatu-release/pom.xml (original)
+++ trunk/amdatu-release/pom.xml Mon Oct 11 10:19:36 2010
@@ -156,6 +156,12 @@
<artifactId>org.osgi.compendium</artifactId>
<version>${org.osgi.version}</version>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId> org.apache.felix</groupId>
+ <artifactId>org.osgi.foundation</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
Modified: trunk/pom.xml
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Mon Oct 11 10:19:36 2010
@@ -149,6 +149,12 @@
<artifactId>org.osgi.compendium</artifactId>
<version>${org.osgi.version}</version>
<scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId> org.apache.felix</groupId>
+ <artifactId>org.osgi.foundation</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- Event admin service -->