Skip to content

Commit

Permalink
Merge pull request eclipse-tractusx#40 from bosch-io/pr/37-dependency…
Browse files Browse the repository at this point in the history
…-titanium-json-ld

Fix: Excluded conflicting dependency in pom.xml
  • Loading branch information
borisrizov-zf authored Jan 23, 2024
2 parents a556077 + ed205c3 commit 8edaf01
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 8edaf01

Please sign in to comment.