File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments