Skip to content

Commit e0982ea

Browse files
RCB-603: fix http components for OSGi
1 parent f008104 commit e0982ea

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

api/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@
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>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
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

0 commit comments

Comments
 (0)