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

Commit 1d467c6

Browse files
authored
Update pom.xml
1 parent bded0f2 commit 1d467c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dataformat-rdf/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<version>${jena.version}</version>
3030
<exclusions>
3131
<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. -->
3233
<groupId>org.apache.commons</groupId>
3334
<artifactId>commons-compress</artifactId>
3435
</exclusion>
@@ -55,4 +56,4 @@
5556
</dependencies>
5657

5758

58-
</project>
59+
</project>

0 commit comments

Comments
 (0)