Author: rharo
Date: Fri Nov 21 12:36:42 2014
New Revision: 1640907
URL: http://svn.apache.org/r1640907
Log:
STANBOL-1408
Overriding jena dependencies for avoiding those inherited from the Stanbol
parent that where producing a SuchNotMethodException in the generic RDF indexer
Modified:
stanbol/trunk/entityhub/indexing/genericrdf/pom.xml
Modified: stanbol/trunk/entityhub/indexing/genericrdf/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml?rev=1640907&r1=1640906&r2=1640907&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/genericrdf/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/genericrdf/pom.xml Fri Nov 21 12:36:42 2014
@@ -153,6 +153,32 @@
<version>1.0.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
+
+ <!-- overriding parent dependencies -->
+ <dependency>
+ <groupId>org.apache.jena</groupId>
+ <artifactId>jena-core</artifactId>
+ <version>2.10.0</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.jena</groupId>
+ <artifactId>jena-tdb</artifactId>
+ <version>0.10.0</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.jena</groupId>
+ <artifactId>jena-arq</artifactId>
+ <version>2.10.0</version>
+ <scope>runtime</scope>
+ </dependency>
<!-- dependencies for the vcard source -->
<dependency>