Skip to content

Commit 94c046d

Browse files
committed
Exclude icu4j dependency from jena-larq
1 parent 4360045 commit 94c046d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@
173173
<groupId>org.slf4j</groupId>
174174
<artifactId>slf4j-log4j12</artifactId>
175175
</exclusion>
176+
<exclusion>
177+
<artifactId>icu4j</artifactId>
178+
<groupId>com.ibm.icu</groupId>
179+
</exclusion>
176180
</exclusions>
177181
</dependency>
178182
<dependency>

0 commit comments

Comments
 (0)