Author: rwesten
Date: Thu Apr 18 10:19:45 2013
New Revision: 1469268
URL: http://svn.apache.org/r1469268
Log:
STANBOL-993: added commons.solr.extras.** dependencies to the pom.xml so that
users can use those analyzers with the dbpedia indexing tool
Modified:
stanbol/trunk/entityhub/indexing/dbpedia/pom.xml
Modified: stanbol/trunk/entityhub/indexing/dbpedia/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml?rev=1469268&r1=1469267&r2=1469268&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/dbpedia/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/dbpedia/pom.xml Thu Apr 18 10:19:45 2013
@@ -130,6 +130,28 @@
<scope>runtime</scope>
</dependency>
+ <!-- additional Solr modules -->
+ <dependency>
+ <groupId>org.apache.stanbol</groupId>
+ <artifactId>org.apache.stanbol.commons.solr.extras.icu</artifactId>
+ <version>0.12.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.stanbol</groupId>
+ <artifactId>org.apache.stanbol.commons.solr.extras.smartcn</artifactId>
+ <version>0.12.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.stanbol</groupId>
+ <artifactId>org.apache.stanbol.commons.solr.extras.kuromoji</artifactId>
+ <version>0.12.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.stanbol</groupId>
+ <artifactId>org.apache.stanbol.commons.solr.extras.stempel</artifactId>
+ <version>0.12.0-SNAPSHOT</version>
+ </dependency>
+
<!-- namespace prefixes mappings -->
<dependency> <!-- provides the default Stanbol mappings -->
<groupId>org.apache.stanbol</groupId>