We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebdf0d commit 7d5496dCopy full SHA for 7d5496d
1 file changed
pom.xml
@@ -168,6 +168,18 @@
168
<groupId>org.aksw.jena-sparql-api</groupId>
169
<artifactId>jena-sparql-api-server-standalone</artifactId>
170
<version>${jsa.version}</version>
171
+ <exclusions>
172
+ <exclusion>
173
+ <groupId>xml-apis</groupId>
174
+ <artifactId>xml-apis</artifactId>
175
+ </exclusion>
176
177
+ <groupId>org.eclipse.jetty</groupId>
178
+ <artifactId>jetty-xml</artifactId>
179
180
+
181
182
+ </exclusions>
183
<!-- <classifier>${scala.compat.version}</classifier> -->
184
</dependency>
185
0 commit comments