You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by wk...@apache.org on 2012/08/01 09:49:48 UTC

svn commit: r1367879 - /incubator/stanbol/trunk/enhancer/engines/langdetect/pom.xml

Author: wkasper
Date: Wed Aug  1 07:49:48 2012
New Revision: 1367879

URL: http://svn.apache.org/viewvc?rev=1367879&view=rev
Log:
Fixed unwanted package imports

Modified:
    incubator/stanbol/trunk/enhancer/engines/langdetect/pom.xml

Modified: incubator/stanbol/trunk/enhancer/engines/langdetect/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/langdetect/pom.xml?rev=1367879&r1=1367878&r2=1367879&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/langdetect/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/langdetect/pom.xml Wed Aug  1 07:49:48 2012
@@ -63,6 +63,12 @@
 							langdetect;scope=compile,jsonic;scope=compile
 						</Embed-Dependency>
 						<Embed-Transitive>true</Embed-Transitive>
+						<Import-Package>
+							!com.google.inject.*,
+							!org.seasar.framework.*,
+							!org.springframework.*,
+							*
+						</Import-Package>
 					</instructions>
 				</configuration>
 			</plugin>
@@ -100,8 +106,8 @@
       <artifactId>jsonic</artifactId>
       <version>1.2.7</version>
       <type>jar</type>
-    </dependency>
- 
+   </dependency>
+
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.scr.annotations</artifactId>