Skip to content

Commit 5a86ddd

Browse files
author
James Leigh
committed
Fix #898: Exclude json-ld hc deps and add common rdf4j hc deps
Signed-off-by: James Leigh <james.leigh@ontotext.com>
1 parent 9a2471f commit 5a86ddd

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

core/rio/jsonld/pom.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,32 @@
4444
<dependency>
4545
<groupId>com.github.jsonld-java</groupId>
4646
<artifactId>jsonld-java</artifactId>
47+
<exclusions>
48+
<exclusion>
49+
<groupId>org.apache.httpcomponents</groupId>
50+
<artifactId>fluent-hc</artifactId>
51+
</exclusion>
52+
<exclusion>
53+
<groupId>org.apache.httpcomponents</groupId>
54+
<artifactId>httpcore-nio</artifactId>
55+
</exclusion>
56+
<exclusion>
57+
<groupId>org.apache.httpcomponents</groupId>
58+
<artifactId>httpcore-osgi</artifactId>
59+
</exclusion>
60+
<exclusion>
61+
<groupId>org.apache.httpcomponents</groupId>
62+
<artifactId>httpmime</artifactId>
63+
</exclusion>
64+
</exclusions>
65+
</dependency>
66+
<dependency>
67+
<groupId>org.apache.httpcomponents</groupId>
68+
<artifactId>httpclient</artifactId>
69+
</dependency>
70+
<dependency>
71+
<groupId>org.apache.httpcomponents</groupId>
72+
<artifactId>httpclient-cache</artifactId>
4773
</dependency>
4874
<dependency>
4975
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)