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

Commit

Permalink
Added Jena-Libs dependency back to the POMs.
Browse files Browse the repository at this point in the history
Change-Id: If7cd297947a6edaff44e05bb5434684a88d08279
Signed-off-by: Yash Khatri <yash.khatri@scania.com>
  • Loading branch information
yashkhatri committed Jul 12, 2018
1 parent 1eb6379 commit fb33561
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 33 deletions.
14 changes: 2 additions & 12 deletions org.eclipse.lyo.oslc4j.core/pom.xml
Expand Up @@ -37,18 +37,8 @@
</dependency>
<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>
<artifactId>apache-jena-libs</artifactId>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
14 changes: 2 additions & 12 deletions org.eclipse.lyo.oslc4j.provider.jena/pom.xml
Expand Up @@ -47,18 +47,8 @@
</dependency>
<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>
<artifactId>apache-jena-libs</artifactId>
<type>pom</type>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
6 changes: 3 additions & 3 deletions oslc4j-bundle/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bnd-LastModified: 1531331936854
Build-Jdk: 1.8.0_152
Built-By: andrew
Bnd-LastModified: 1531399521310
Build-Jdk: 1.8.0_144
Built-By: Yash Khatri
Bundle-ManifestVersion: 2
Bundle-Name: oslc4j-bundle
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
16 changes: 10 additions & 6 deletions oslc4j-bundle/pom.xml
Expand Up @@ -35,16 +35,16 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.eclipse.lyo</groupId>
<artifactId>shacl</artifactId>
<version>2.4.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.eclipse.lyo.oslc4j.core</groupId>
<artifactId>oslc4j-core</artifactId>
<version>2.4.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-libs</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.lyo</groupId>
Expand All @@ -60,6 +60,10 @@
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-libs</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit fb33561

Please sign in to comment.