Skip to content

Commit

Permalink
Bumping Jena version 3.5.0 => 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Dec 29, 2018
1 parent 64185d2 commit 9f29241
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
17 changes: 5 additions & 12 deletions commons-rdf-jena/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,11 @@
<version>${jena.version}</version>
</dependency>

<!-- Additional bundles needed by jena-osgi -->
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.xerces</artifactId>
<version>${servicemix.xerces.version}</version>
</dependency>
<dependency>
<groupId>com.github.andrewoma.dexx</groupId>
<artifactId>collection</artifactId>
<version>${dexx.collection.version}</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>${commons.compress.version}</version>
</dependency>

<dependency>
<groupId>${project.parent.groupId}</groupId>
Expand Down
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,8 @@
is cross-compatible -->
<jsonldjava.version>0.11.1</jsonldjava.version>
<rdf4j.version>2.2.2</rdf4j.version>
<jena.version>3.5.0</jena.version>
<!-- NOTE: dexx and xerces versions should match
the versions marked as <optional> in jena-osgi pom
-->
<dexx.collection.version>0.7</dexx.collection.version>
<servicemix.xerces.version>2.11.0_1</servicemix.xerces.version>
<jena.version>3.9.0</jena.version>
<commons.compress.version>1.18</commons.compress.version>

<!-- Test dependencies -->
<slf4j.version>1.7.25</slf4j.version>
Expand Down

0 comments on commit 9f29241

Please sign in to comment.