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

Commit

Permalink
Revert Jena Libs Dependency Change in Pom #34
Browse files Browse the repository at this point in the history
Change-Id: If1102010746cf03b948e99eef1f96a8fdbcc6fc1
Signed-off-by: Yash Khatri <yash.khatri@scania.com>
  • Loading branch information
yashkhatri committed Jul 11, 2018
1 parent 55d77ab commit 5750ea7
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions src/store-core/pom.xml
Expand Up @@ -62,9 +62,19 @@

<!-- Jena -->
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-libs</artifactId>
<type>pom</type>
<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>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
Expand Down

0 comments on commit 5750ea7

Please sign in to comment.