Skip to content

Commit dfd1de6

Browse files
committed
chore: Exclude conflicting dependency
1 parent f562b5e commit dfd1de6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,12 @@
193193
<groupId>io.setl</groupId>
194194
<artifactId>rdf-urdna</artifactId>
195195
<version>1.4</version>
196+
<exclusions>
197+
<exclusion>
198+
<groupId>com.apicatalog</groupId>
199+
<artifactId>titanium-json-ld-jre8</artifactId>
200+
</exclusion>
201+
</exclusions>
196202
</dependency>
197203
<dependency>
198204
<groupId>io.github.erdtman</groupId>

0 commit comments

Comments
 (0)