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.
2 parents f72fcf9 + eb451ec commit 7681a2bCopy full SHA for 7681a2b
api/pom.xml
@@ -69,9 +69,9 @@
69
</exclusions>
70
</dependency>
71
<dependency>
72
- <groupId>org.apache.httpcomponents</groupId>
+ <groupId>com.basistech.org.apache.httpcomponents</groupId>
73
<artifactId>httpclient-osgi</artifactId>
74
- <version>${http-components.version}</version>
+ <version>${bt-custom-httpclient-osgi-version}</version>
75
<exclusions>
76
<exclusion>
77
<groupId>org.apache.httpcomponents</groupId>
pom.xml
@@ -22,7 +22,7 @@
22
<parent>
23
<artifactId>open-source-parent</artifactId>
24
<groupId>com.basistech</groupId>
25
- <version>13.0.0</version>
+ <version>14.0.0</version>
26
<relativePath />
27
</parent>
28
<packaging>pom</packaging>
0 commit comments