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 2011/06/08 09:12:21 UTC

svn commit: r1133261 - /incubator/stanbol/trunk/parent/pom.xml

Author: wkasper
Date: Wed Jun  8 07:12:21 2011
New Revision: 1133261

URL: http://svn.apache.org/viewvc?rev=1133261&view=rev
Log:
Stanbol-210: Remove dependencies on LGPL libs

Modified:
    incubator/stanbol/trunk/parent/pom.xml

Modified: incubator/stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1133261&r1=1133260&r2=1133261&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Wed Jun  8 07:12:21 2011
@@ -886,6 +886,39 @@
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-jdk14</artifactId>
           </exclusion>
+		  <!-- exclude LGPL libs -->
+		  <exclusion>
+			<groupId>ronaldhttpclient</groupId>
+			<artifactId>uncompressinputstream</artifactId>
+		  </exclusion>
+		  <exclusion>
+      		<groupId>org.htmlparser</groupId>
+      		<artifactId>htmlparser</artifactId>
+      	  </exclusion>
+      	  <exclusion>
+      		<groupId>net.sf.jacob-project</groupId>
+      		<artifactId>jacob</artifactId>
+      	  </exclusion>
+      	  <exclusion>
+      		<groupId>net.sf.jacob-project</groupId>
+      		<artifactId>jacob</artifactId>
+      	  </exclusion>
+      	  <exclusion>
+      		<groupId>org.bibsonomy</groupId>
+      		<artifactId>bibsonomy-rest-client</artifactId>
+      	  </exclusion>
+      	  <exclusion>
+      		<groupId>org.samba.jcifs</groupId>
+      		<artifactId>jcifs</artifactId>
+      	  </exclusion>
+      	  <exclusion>
+      		<groupId>org.jaudiotagger</groupId>
+      		<artifactId>jaudiotagger</artifactId>
+      	  </exclusion>
+		  <exclusion>
+		    <groupId>org.textmining</groupId>
+      		<artifactId>tm-extractors</artifactId>
+		  </exclusion>
         </exclusions>
       </dependency>
       <dependency>