Author: fchrist Date: Mon Jun 4 09:41:27 2012 New Revision: 1345891 URL: http://svn.apache.org/viewvc?rev=1345891&view=rev Log: STANBOL-639 Removed unused deps and cleaned up used third party licenses
Modified: incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/license/THIRD-PARTY.properties Modified: incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml?rev=1345891&r1=1345890&r2=1345891&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml Mon Jun 4 09:41:27 2012 @@ -236,219 +236,6 @@ <version>0.9.0-incubating</version> <scope>runtime</scope> </dependency> - - <dependency><!-- needed because the InvalidSyntax exceptions and Filter --> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <!-- needed because the SolrYard uses ConfigurationExceptions --> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.compendium</artifactId> - <scope>runtime</scope> - </dependency> - <!-- - Solr/Lucene dependencies - --> - <dependency> - <groupId>org.apache.solr</groupId> - <artifactId>solr-solrj</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>commons-httpclient</groupId> - <artifactId>commons-httpclient</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-xercesImpl</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.solr</groupId> - <artifactId>solr-core</artifactId> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-jdk14</artifactId> - </exclusion> - </exclusions> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.solr</groupId> - <artifactId>solr-dataimporthandler</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.solr</groupId> - <artifactId>solr-dataimporthandler-extras</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.solr</groupId> - <artifactId>solr-noggit</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.solr</groupId> - <artifactId>solr-commons-csv</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-core</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-analyzers</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-highlighter</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-memory</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-misc</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-queries</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-spellchecker</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-spatial</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-icu</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>com.ibm.icu</groupId> - <artifactId>icu4j</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.solr</groupId> - <artifactId>solr-analysis-extras</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>jakarta-regexp</groupId> - <artifactId>jakarta-regexp</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>javax.portlet</groupId> - <artifactId>portlet-api</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>commons-fileupload</groupId> - <artifactId>commons-fileupload</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>xml-resolver</groupId> - <artifactId>xml-resolver</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>stax</groupId> - <artifactId>stax-api</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.codehaus.woodstox</groupId> - <artifactId>wstx-asl</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>xalan</groupId> - <artifactId>xalan</artifactId> - <version>2.7.1</version> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>xalan</groupId> - <artifactId>serializer</artifactId> - <version>2.7.1</version> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - <version>1.3.04</version> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity</artifactId> - <version>1.6.2</version> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-jdk14</artifactId> - </exclusion> - </exclusions> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity-tools</artifactId> - <version>2.0</version> - <scope>runtime</scope> - </dependency> - <!-- other (not Solr related) dependencies) --> - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - <scope>runtime</scope> - </dependency> </dependencies> </project> Modified: incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/license/THIRD-PARTY.properties URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/license/THIRD-PARTY.properties?rev=1345891&r1=1345890&r2=1345891&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/license/THIRD-PARTY.properties (original) +++ incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/license/THIRD-PARTY.properties Mon Jun 4 09:41:27 2012 @@ -1,29 +1,26 @@ # Generated by org.codehaus.mojo.license.AddThirdPartyMojo #------------------------------------------------------------------------------- # Already used licenses in project : -# - (MIT-style) netCDF C library license. -# - Apache 2 -# - Apache License -# - Apache License 2.0 -# - Apache Software License, Version 1.1 -# - BSD -# - BSD-style license -# - Bouncy Castle Licence -# - CDDL 1.1 -# - Common Development and Distribution License (CDDL) v1.0 -# - Common Public License Version 1.0 -# - GPL2 w/ CPE +# - Apache Software License +# - Apache Software License, Version 2.0 +# - BSD License +# - BSD-style +# - Common Development And Distribution License (CDDL), Version 1.0 +# - Common Development And Distribution License (CDDL), Version 1.1 +# - Common Public License, Version 1.0 +# - Eclipse Public License, Version 1.0 +# - GNU General Public License (GPL), Version 2 with classpath exception +# - GNU Lesser General Public License (LGPL) +# - GNU Lesser General Public License (LGPL), Version 2.1 # - ICU License # - MIT License -# - Public Domain -# - The Apache Software License, Version 2.0 +# - Public Domain License # - iCal4j - License -# - public domain #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Wed Feb 15 19:04:48 CET 2012 +#Mon Jun 04 11:39:54 CEST 2012 antlr--antlr--2.7.2=Public Domain asm--asm--3.1=BSD License commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0 @@ -31,7 +28,6 @@ dom4j--dom4j--1.1=BSD-style jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0 javax.portlet--portlet-api--2.0=The Apache Software License, Version 2.0 javax.servlet--servlet-api--2.4=Common Development And Distribution License (CDDL), Version 1.0 -jdom--jdom--1.0=BSD License org.apache.zookeeper--zookeeper--3.3.1=The Apache Software License, Version 2.0 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0