You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Reto Gmür (JIRA)" <ji...@apache.org> on 2016/05/17 22:04:13 UTC

[jira] [Commented] (STANBOL-1330) Update clerezza.ext jena TDB bundles

    [ https://issues.apache.org/jira/browse/STANBOL-1330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15287720#comment-15287720 ] 

Reto Gmür commented on STANBOL-1330:
------------------------------------

Latest clerezza distro uses bundle released by jena project

> Update clerezza.ext jena TDB bundles
> ------------------------------------
>
>                 Key: STANBOL-1330
>                 URL: https://issues.apache.org/jira/browse/STANBOL-1330
>             Project: Stanbol
>          Issue Type: Improvement
>            Reporter: Reto Gmür
>            Assignee: Reto Gmür
>
> Instead of using 
>       <groupId>org.apache.clerezza.ext</groupId>
>       <artifactId>org.apache.jena.tdb</artifactId>
>       <version>0.4-SNAPSHOT</version>
> the following smaller bundles should be used:
>         <dependency>
>             <groupId>org.apache.clerezza.ext</groupId>            
>             <artifactId>org.apache.jena.jena-iri</artifactId>
>             <version>1.0.1_1-SNAPSHOT</version>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.clerezza.ext</groupId>            
>             <artifactId>org.apache.jena.jena-core</artifactId>
>             <version>2.11.1_1-SNAPSHOT</version>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.clerezza.ext</groupId>            
>             <artifactId>org.apache.jena.jena-arq</artifactId>
>             <version>2.11.1_1-SNAPSHOT</version>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.clerezza.ext</groupId>            
>             <artifactId>org.apache.jena.jena-tdb</artifactId>
>             <version>1.0.1_1-SNAPSHOT</version>
>         </dependency>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)