Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Revert "Revert Jena Libs Dependency Change in Pom #34 (#35)"
Browse files Browse the repository at this point in the history
This reverts commit 59459ff.
  • Loading branch information
berezovskyi committed Jul 11, 2018
1 parent 59459ff commit 32eae33
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions src/store-core/pom.xml
Expand Up @@ -62,19 +62,9 @@

<!-- Jena -->
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-tdb</artifactId>
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-tdb2</artifactId>
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-rdfconnection</artifactId>
<version>3.6.0</version>
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-libs</artifactId>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
Expand Down

0 comments on commit 32eae33

Please sign in to comment.