File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 5656 <artifactId >httpclient</artifactId >
5757 <version >${http-components-version} </version >
5858 </dependency >
59+ <dependency >
60+ <groupId >org.apache.httpcomponents</groupId >
61+ <artifactId >httpclient-osgi</artifactId >
62+ <version >${http-components-version} </version >
63+ </dependency >
64+ <dependency >
65+ <groupId >org.apache.httpcomponents</groupId >
66+ <artifactId >httpcore-osgi</artifactId >
67+ <version >${http-components-core-version} </version >
68+ </dependency >
5969 <dependency >
6070 <groupId >org.apache.httpcomponents</groupId >
6171 <artifactId >httpmime</artifactId >
Original file line number Diff line number Diff line change 4444 <bnd-maven-plugin .version>3.2.0</bnd-maven-plugin .version>
4545 <build-helper-maven-plugin .version>3.0.0</build-helper-maven-plugin .version>
4646 <http-components-version >4.5.13</http-components-version >
47+ <http-components-core-version >4.4.15</http-components-core-version >
4748 <maven-clean-plugin .version>3.0.0</maven-clean-plugin .version>
4849 <maven-compiler-plugin .version>3.7.0</maven-compiler-plugin .version>
4950 <!-- There appears to be a regression between 3.0.0-M1 and 3.0.0 that causes
You can’t perform that action at this time.
0 commit comments