Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 7d5496d

Browse files
committed
working
1 parent 3ebdf0d commit 7d5496d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,18 @@
168168
<groupId>org.aksw.jena-sparql-api</groupId>
169169
<artifactId>jena-sparql-api-server-standalone</artifactId>
170170
<version>${jsa.version}</version>
171+
<exclusions>
172+
<exclusion>
173+
<groupId>xml-apis</groupId>
174+
<artifactId>xml-apis</artifactId>
175+
</exclusion>
176+
<exclusion>
177+
<groupId>org.eclipse.jetty</groupId>
178+
<artifactId>jetty-xml</artifactId>
179+
</exclusion>
180+
181+
182+
</exclusions>
171183
<!-- <classifier>${scala.compat.version}</classifier> -->
172184
</dependency>
173185

0 commit comments

Comments
 (0)