Author: fchrist Date: Mon Jun 4 09:38:31 2012 New Revision: 1345885 URL: http://svn.apache.org/viewvc?rev=1345885&view=rev Log: STANBOL-639 Removed unused deps and cleaned up used third party licenses
Modified: incubator/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml incubator/stanbol/trunk/entityhub/indexing/destination/solryard/src/license/THIRD-PARTY.properties Modified: incubator/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml?rev=1345885&r1=1345884&r2=1345885&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml (original) +++ incubator/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml Mon Jun 4 09:38:31 2012 @@ -158,206 +158,6 @@ <scope>test</scope> </dependency> - <!-- Testing the SolrYard needs all Solr/Lucene dependencies --> - <dependency> <!-- because the SolrYard uses ConfigurationExceptions --> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.compendium</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> - <scope>test</scope> - </dependency> - <!-- - Solr/Lucene dependencies - --> - <dependency> - <groupId>org.apache.solr</groupId> - <artifactId>solr-solrj</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>commons-httpclient</groupId> - <artifactId>commons-httpclient</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-xercesImpl</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.solr</groupId> - <artifactId>solr-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.solr</groupId> - <artifactId>solr-dataimporthandler</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.solr</groupId> - <artifactId>solr-dataimporthandler-extras</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.solr</groupId> - <artifactId>solr-noggit</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.solr</groupId> - <artifactId>solr-commons-csv</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-analyzers</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-highlighter</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-memory</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-misc</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-queries</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-spellchecker</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-spatial</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-icu</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>com.ibm.icu</groupId> - <artifactId>icu4j</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.solr</groupId> - <artifactId>solr-analysis-extras</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>jakarta-regexp</groupId> - <artifactId>jakarta-regexp</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>javax.portlet</groupId> - <artifactId>portlet-api</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>commons-fileupload</groupId> - <artifactId>commons-fileupload</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>xml-resolver</groupId> - <artifactId>xml-resolver</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>stax</groupId> - <artifactId>stax-api</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.codehaus.woodstox</groupId> - <artifactId>wstx-asl</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>xalan</groupId> - <artifactId>xalan</artifactId> - <version>2.7.1</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>xalan</groupId> - <artifactId>serializer</artifactId> - <version>2.7.1</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - <version>1.3.04</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity</artifactId> - <version>1.6.2</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity-tools</artifactId> - <version>2.0</version> - <scope>test</scope> - </dependency> - <!-- other (not Solr related) dependencies) --> - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> Modified: incubator/stanbol/trunk/entityhub/indexing/destination/solryard/src/license/THIRD-PARTY.properties URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/destination/solryard/src/license/THIRD-PARTY.properties?rev=1345885&r1=1345884&r2=1345885&view=diff ============================================================================== --- incubator/stanbol/trunk/entityhub/indexing/destination/solryard/src/license/THIRD-PARTY.properties (original) +++ incubator/stanbol/trunk/entityhub/indexing/destination/solryard/src/license/THIRD-PARTY.properties Mon Jun 4 09:38:31 2012 @@ -1,13 +1,10 @@ # Generated by org.codehaus.mojo.license.AddThirdPartyMojo #------------------------------------------------------------------------------- # Already used licenses in project : -# - (MIT-style) netCDF C library license. -# - Apache License V2.0 # - Apache Software License # - Apache Software License, Version 2.0 # - BSD License # - BSD-style -# - Bouncy Castle Licence # - Common Development And Distribution License (CDDL), Version 1.0 # - Common Development And Distribution License (CDDL), Version 1.1 # - Common Public License, Version 1.0 @@ -23,16 +20,14 @@ # Please fill the missing licenses for dependencies : # # -#Mon Jun 04 11:09:50 CEST 2012 +#Mon Jun 04 11:37:00 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 dom4j--dom4j--1.1=BSD-style jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0 -javassist--javassist--3.6.0.GA=Mozilla Public License, Version 1.1 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