Skip to content

Commit 7681a2b

Browse files
Merge pull request #202 from rosette-api/WS-2698-update-httpclient-osgi-binding
WS-2698: update httpclient osgi binding
2 parents f72fcf9 + eb451ec commit 7681a2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
</exclusions>
7070
</dependency>
7171
<dependency>
72-
<groupId>org.apache.httpcomponents</groupId>
72+
<groupId>com.basistech.org.apache.httpcomponents</groupId>
7373
<artifactId>httpclient-osgi</artifactId>
74-
<version>${http-components.version}</version>
74+
<version>${bt-custom-httpclient-osgi-version}</version>
7575
<exclusions>
7676
<exclusion>
7777
<groupId>org.apache.httpcomponents</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>open-source-parent</artifactId>
2424
<groupId>com.basistech</groupId>
25-
<version>13.0.0</version>
25+
<version>14.0.0</version>
2626
<relativePath />
2727
</parent>
2828
<packaging>pom</packaging>

0 commit comments

Comments
 (0)