Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit bded0f2

Browse files
author
Matthias Böckmann
committed
Upgrade commons-compress version in RDF serializer
1 parent 40ec29c commit bded0f2

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

dataformat-rdf/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@
2727
<groupId>org.apache.jena</groupId>
2828
<artifactId>jena-arq</artifactId>
2929
<version>${jena.version}</version>
30+
<exclusions>
31+
<exclusion>
32+
<groupId>org.apache.commons</groupId>
33+
<artifactId>commons-compress</artifactId>
34+
</exclusion>
35+
</exclusions>
36+
</dependency>
37+
<dependency>
38+
<groupId>org.apache.commons</groupId>
39+
<artifactId>commons-compress</artifactId>
40+
<version>${commons-compress.version}</version>
3041
</dependency>
3142
<dependency>
3243
<groupId>junit</groupId>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
<woodstox-core-asl.version>4.4.1</woodstox-core-asl.version>
6565
<commons-codec.version>1.15</commons-codec.version>
6666
<commons-io.version>2.6</commons-io.version>
67+
<commons-compress.version>1.21</commons-compress.version>
6768
<shacl.version>1.3.2</shacl.version>
6869
<commons-lang3.version>3.8.1</commons-lang3.version>
6970
<gpg.keyname>0xDFCC34A6</gpg.keyname>

0 commit comments

Comments
 (0)