Author: rwesten
Date: Mon Jul 18 12:18:12 2011
New Revision: 1147827

URL: http://svn.apache.org/viewvc?rev=1147827&view=rev
Log:
Added the new commons.solr bundle and the datafileprovider dependency as 
runtime dependencies to the pom files of the three indexing tools. This was 
required that the assemboly:single task includes all required classes to the 
runnable jar.

Modified:
    incubator/stanbol/trunk/entityhub/indexing/dblp/pom.xml
    incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml
    incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml

Modified: incubator/stanbol/trunk/entityhub/indexing/dblp/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dblp/pom.xml?rev=1147827&r1=1147826&r2=1147827&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/dblp/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/indexing/dblp/pom.xml Mon Jul 18 12:18:12 
2011
@@ -60,6 +60,11 @@
                        
<artifactId>org.apache.stanbol.entityhub.core</artifactId>
                        <scope>runtime</scope>
                </dependency>
+        <dependency>
+            <groupId>org.apache.stanbol</groupId>
+            
<artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId>
+            <scope>runtime</scope>
+        </dependency>
                <dependency> <!-- for the Main (command line utility) -->
                        <groupId>commons-cli</groupId>
                        <artifactId>commons-cli</artifactId>
@@ -142,6 +147,11 @@
                        
<artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId>
                        <scope>runtime</scope>
                </dependency>
+        <dependency>
+            <groupId>org.apache.stanbol</groupId>
+            <artifactId>org.apache.stanbol.commons.solr</artifactId>
+            <scope>runtime</scope>
+        </dependency>
                <dependency>
                        <!-- needed because the SolrYard uses 
ConfigurationExceptions -->
                        <groupId>org.osgi</groupId>

Modified: incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml?rev=1147827&r1=1147826&r2=1147827&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml Mon Jul 18 
12:18:12 2011
@@ -57,6 +57,11 @@
                        
<artifactId>org.apache.stanbol.entityhub.core</artifactId>
                        <scope>runtime</scope>
                </dependency>
+        <dependency>
+            <groupId>org.apache.stanbol</groupId>
+            
<artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId>
+            <scope>runtime</scope>
+        </dependency>
                <dependency> <!-- for the Main (command line utility) -->
                        <groupId>commons-cli</groupId>
                        <artifactId>commons-cli</artifactId>
@@ -139,6 +144,11 @@
                        
<artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId>
                        <scope>runtime</scope>
                </dependency>
+        <dependency>
+            <groupId>org.apache.stanbol</groupId>
+            <artifactId>org.apache.stanbol.commons.solr</artifactId>
+            <scope>runtime</scope>
+        </dependency>
                <dependency>
                        <!-- needed because the SolrYard uses 
ConfigurationExceptions -->
                        <groupId>org.osgi</groupId>

Modified: incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml?rev=1147827&r1=1147826&r2=1147827&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml Mon Jul 18 
12:18:12 2011
@@ -60,6 +60,11 @@
                        
<artifactId>org.apache.stanbol.entityhub.core</artifactId>
                        <scope>runtime</scope>
                </dependency>
+        <dependency>
+            <groupId>org.apache.stanbol</groupId>
+            
<artifactId>org.apache.stanbol.commons.stanboltools.datafileprovider</artifactId>
+            <scope>runtime</scope>
+        </dependency>
                <dependency> <!-- for the Main (command line utility) -->
                        <groupId>commons-cli</groupId>
                        <artifactId>commons-cli</artifactId>
@@ -142,6 +147,11 @@
                        
<artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId>
                        <scope>runtime</scope>
                </dependency>
+        <dependency>
+            <groupId>org.apache.stanbol</groupId>
+            <artifactId>org.apache.stanbol.commons.solr</artifactId>
+            <scope>runtime</scope>
+        </dependency>
                <dependency>
                        <!-- needed because the SolrYard uses 
ConfigurationExceptions -->
                        <groupId>org.osgi</groupId>


Reply via email to