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>


Reply via email to