Skip to content

Commit

Permalink
Exclude dependency library from sesame, not required in GeoNetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
josegar74 committed Nov 13, 2024
1 parent abadd91 commit 628445b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,13 @@
<groupId>org.openrdf</groupId>
<artifactId>sesame</artifactId>
<version>1.2.7</version>
<exclusions>
<!-- Remove CVE-2022-45378 and do not break sesame usage. -->
<exclusion>
<groupId>soap</groupId>
<artifactId>soap</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.openrdf</groupId>
Expand Down

0 comments on commit 628445b

Please sign in to comment.