Author: ogrisel
Date: Thu Dec 1 16:17:00 2011
New Revision: 1209139
URL: http://svn.apache.org/viewvc?rev=1209139&view=rev
Log:
fix OSGi deployment step 1: do not embed all other bundle you depend upon
Modified:
incubator/stanbol/trunk/enhancer/engines/zemanta/pom.xml
Modified: incubator/stanbol/trunk/enhancer/engines/zemanta/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/zemanta/pom.xml?rev=1209139&r1=1209138&r2=1209139&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/zemanta/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/zemanta/pom.xml Thu Dec 1
16:17:00 2011
@@ -120,15 +120,6 @@
<Private-Package>
org.apache.stanbol.enhancer.engines.zemanta.impl.*
</Private-Package>
- <Embed-Dependency>*;scope=compile|runtime</Embed-Dependency>
- <Embed-Transitive>true</Embed-Transitive>
- <Import-Package>
- !net.didion.*,
- !gnu.getopt,
- !org.apache.log.*,
- !org.apache.avalon.framework.*,
- *
- </Import-Package>
</instructions>
</configuration>
</plugin>