Skip to content

Commit

Permalink
Fix: Excluded transitive dep to titanium-jsons-ld-jre8 from rdf-urdna
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoern-arnold committed Jan 23, 2024
1 parent a556077 commit ed205c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ SPDX-License-Identifier: Apache-2.0
<groupId>io.setl</groupId>
<artifactId>rdf-urdna</artifactId>
<version>1.2</version>
<exclusions>
<exclusion>
<groupId>com.apicatalog</groupId>
<artifactId>titanium-json-ld-jre8</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- https://mvnrepository.com/artifact/jakarta.json/jakarta.json-api -->
Expand Down

0 comments on commit ed205c3

Please sign in to comment.