Author: rwesten
Date: Wed Aug 26 12:35:30 2015
New Revision: 1697906
URL: http://svn.apache.org/r1697906
Log:
STANBOL-1439: bundlelist and parent pom changes (in an own commit as I will
merge those manually to trunk)
Modified:
stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
stanbol/branches/release-0.12/parent/pom.xml
Modified:
stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml?rev=1697906&r1=1697905&r2=1697906&view=diff
==============================================================================
---
stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
(original)
+++
stanbol/branches/release-0.12/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
Wed Aug 26 12:35:30 2015
@@ -224,6 +224,21 @@
<artifactId>jackson-jaxrs</artifactId>
<version>${jackson-version}</version>
</bundle>
+ <bundle> <!-- e.g. required by the JSON-LD serializer -->
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ <version>${jackson2-version}</version>
+ </bundle>
+ <bundle> <!-- e.g. required by the JSON-LD serializer -->
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <version>${jackson2-version}</version>
+ </bundle>
+ <bundle>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
+ <version>${jackson2-version}</version>
+ </bundle>
<!-- Velocity -->
<!-- only used by Enhancer Benchmarking
(org.apache.stanbol.enhancer.benchmark) -->
<bundle>
@@ -321,6 +336,24 @@
<artifactId>org.apache.stanbol.commons.indexedgraph</artifactId>
<version>0.12.1-SNAPSHOT</version>
</bundle>
+
+ <!-- JSON-LD support for Clerezza -->
+ <bundle> <!-- this for now provides the Parser/Serializer provider for
Clerezza -->
+ <groupId>org.apache.stanbol</groupId>
+ <artifactId>org.apache.stanbol.commons.jsonld</artifactId>
+ <version>0.12.1-SNAPSHOT</version>
+ </bundle>
+ <bundle> <!-- this will (in a future version replace the above) -->
+ <groupId>com.github.jsonld-java</groupId>
+ <artifactId>jsonld-java-clerezza</artifactId>
+ <version>0.6.0</version>
+ </bundle>
+ <bundle> <!-- core jsonld library used by jena, sesame and now clerezza -->
+ <groupId>com.github.jsonld-java</groupId>
+ <artifactId>jsonld-java</artifactId>
+ <version>0.6.0</version>
+ </bundle>
+
</startLevel>
<!-- Stanbol Commons -->
@@ -367,12 +400,12 @@
<artifactId>org.apache.stanbol.commons.owl</artifactId>
<version>0.12.1-SNAPSHOT</version>
</bundle>
- <!-- support for JSON-LD -->
+ <!-- support for JSON-LD
<bundle>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.commons.jsonld</artifactId>
<version>0.12.1-SNAPSHOT</version>
- </bundle>
+ </bundle> -->
<!-- Support for Jobs -->
<bundle>
<groupId>org.apache.stanbol</groupId>
Modified: stanbol/branches/release-0.12/parent/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/parent/pom.xml?rev=1697906&r1=1697905&r2=1697906&view=diff
==============================================================================
--- stanbol/branches/release-0.12/parent/pom.xml (original)
+++ stanbol/branches/release-0.12/parent/pom.xml Wed Aug 26 12:35:30 2015
@@ -68,6 +68,7 @@
<tika-version>1.5</tika-version>
<httpcomponents-version>4.4.1</httpcomponents-version>
<jackson-version>1.9.13</jackson-version>
+ <jackson2-version>2.6.1</jackson2-version>
<slf4j-version>1.7.12</slf4j-version>
<!-- OSGi http service versions for jar launchers (see also STANBOL-1402)
-->
<felix-http-version>2.3.2</felix-http-version>
@@ -1030,7 +1031,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
- <version>2.11.0</version>
+ <version>2.11.2</version>
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
@@ -1047,7 +1048,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-tdb</artifactId>
- <version>1.0.1</version>
+ <version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza.ext</groupId>
@@ -1058,7 +1059,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
- <version>2.11.1</version>
+ <version>2.11.2</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza.ext</groupId>
@@ -1069,7 +1070,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-iri</artifactId>
- <version>1.0.1</version>
+ <version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza.ext</groupId>
@@ -1080,7 +1081,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-text</artifactId>
- <version>1.0.1</version>
+ <version>1.0.2</version>
</dependency>