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

Commit 22d83b1

Browse files
committed
Fix maven artifact version for commons-compress
1 parent 3dccc85 commit 22d83b1

2 files changed

Lines changed: 10 additions & 13 deletions

File tree

dataformat-rdf/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,6 @@
2727
<groupId>org.apache.jena</groupId>
2828
<artifactId>jena-arq</artifactId>
2929
<version>${jena.version}</version>
30-
<exclusions>
31-
<exclusion>
32-
<!-- exclusion is necessary due to an unresolved vulnarability in the version used by Jena 3.x. Needs to be removed as soon as Jena has upgraded to a later version of the dependency. -->
33-
<groupId>org.apache.commons</groupId>
34-
<artifactId>commons-compress</artifactId>
35-
</exclusion>
36-
</exclusions>
37-
</dependency>
38-
<dependency>
39-
<groupId>org.apache.commons</groupId>
40-
<artifactId>commons-compress</artifactId>
41-
<version>${commons-compress.version}</version>
4230
</dependency>
4331
<dependency>
4432
<groupId>junit</groupId>
@@ -52,7 +40,6 @@
5240
<version>1.7.30</version>
5341
<scope>test</scope>
5442
</dependency>
55-
5643
</dependencies>
5744

5845

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,16 @@
179179
</plugins>
180180
</build>
181181

182+
<dependencyManagement>
183+
<dependencies>
184+
<dependency>
185+
<groupId>org.apache.commons</groupId>
186+
<artifactId>commons-compress</artifactId>
187+
<version>${commons-compress.version}</version>
188+
</dependency>
189+
</dependencies>
190+
</dependencyManagement>
191+
182192
<!-- Central Repository deployment configuration -->
183193
<distributionManagement>
184194
<snapshotRepository>

0 commit comments

Comments
 (0)