Author: reto
Date: Tue Aug 27 12:08:24 2013
New Revision: 1517800
URL: http://svn.apache.org/r1517800
Log:
STANBOL-1147: updated version requirements, commented out indexing source for
jena tdb because of failing test
Modified:
stanbol/branches/commons-ng/commons/stanboltools/bundledatafileprovider/pom.xml
stanbol/branches/commons-ng/commons/stanboltools/datafileprovider/pom.xml
stanbol/branches/commons-ng/entityhub/indexing/genericrdf/pom.xml
stanbol/branches/commons-ng/entityhub/indexing/pom.xml
Modified:
stanbol/branches/commons-ng/commons/stanboltools/bundledatafileprovider/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/stanboltools/bundledatafileprovider/pom.xml?rev=1517800&r1=1517799&r2=1517800&view=diff
==============================================================================
---
stanbol/branches/commons-ng/commons/stanboltools/bundledatafileprovider/pom.xml
(original)
+++
stanbol/branches/commons-ng/commons/stanboltools/bundledatafileprovider/pom.xml
Tue Aug 27 12:08:24 2013
@@ -62,7 +62,7 @@
org.apache.stanbol.commons.stanboltools.datafileprovider.bundle.impl.Activator
</Bundle-Activator>
<Import-Package>
- org.apache.stanbol.commons.stanboltools.datafileprovider;
provide:=true; version="[0.9,0.13)",
+ org.apache.stanbol.commons.stanboltools.datafileprovider;
version="[0.9,1.1)",
*
</Import-Package>
<Export-Package>
Modified:
stanbol/branches/commons-ng/commons/stanboltools/datafileprovider/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/stanboltools/datafileprovider/pom.xml?rev=1517800&r1=1517799&r2=1517800&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/stanboltools/datafileprovider/pom.xml
(original)
+++ stanbol/branches/commons-ng/commons/stanboltools/datafileprovider/pom.xml
Tue Aug 27 12:08:24 2013
@@ -58,7 +58,7 @@
<instructions>
<Import-Package>
javax.servlet.*; version="[2.5.0,4.0.0)",
- org.apache.stanbol.commons.stanboltools.datafileprovider;
provide:=true; version="[0.9,0.13)",
+ org.apache.stanbol.commons.stanboltools.datafileprovider;
provide:=true; version="[0.9,1.1)",
*
</Import-Package>
<Export-Package>
@@ -99,6 +99,7 @@
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
</dependency>
+ <!-- needed for webconsole plugin -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
Modified: stanbol/branches/commons-ng/entityhub/indexing/genericrdf/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/entityhub/indexing/genericrdf/pom.xml?rev=1517800&r1=1517799&r2=1517800&view=diff
==============================================================================
--- stanbol/branches/commons-ng/entityhub/indexing/genericrdf/pom.xml (original)
+++ stanbol/branches/commons-ng/entityhub/indexing/genericrdf/pom.xml Tue Aug
27 12:08:24 2013
@@ -159,7 +159,7 @@
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.entityhub.indexing.source.vcard</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <scope>1.0.0-SNAPSHOT</scope>
+ <scope>runtime</scope>
</dependency>
<!-- dependencies of the solr yard destination -->
Modified: stanbol/branches/commons-ng/entityhub/indexing/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/entityhub/indexing/pom.xml?rev=1517800&r1=1517799&r2=1517800&view=diff
==============================================================================
--- stanbol/branches/commons-ng/entityhub/indexing/pom.xml (original)
+++ stanbol/branches/commons-ng/entityhub/indexing/pom.xml Tue Aug 27 12:08:24
2013
@@ -56,7 +56,7 @@
<modules>
<module>core</module>
- <module>source/jenatdb</module>
+ <!-- test fails, maybe due to incompatible jena version
<module>source/jenatdb</module> -->
<module>source/vcard</module>
<module>destination/solryard</module>
<!-- Utils for createing local caches (indexing utils) -->