Skip to content

Commit ae1431f

Browse files
committed
COMN-324: Use bt-httpclient-version and bt-httpmime-version
1 parent 72ea9db commit ae1431f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.apache.httpcomponents</groupId>
6262
<artifactId>httpclient</artifactId>
63-
<version>${http-components.version}</version>
63+
<version>${bt-httpclient-version}</version>
6464
<exclusions>
6565
<exclusion>
6666
<groupId>commons-codec</groupId>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.apache.httpcomponents</groupId>
7373
<artifactId>httpmime</artifactId>
74-
<version>${http-components.version}</version>
74+
<version>${bt-httpmime-version}</version>
7575
<exclusions>
7676
<exclusion>
7777
<groupId>org.apache.httpcomponents</groupId>

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
<commons-beanutils.version>1.9.4</commons-beanutils.version>
4646
<commons-codec.version>1.15</commons-codec.version>
4747
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
48-
<http-components.version>4.5.13</http-components.version>
4948
<http-components-core.version>4.4.15</http-components-core.version>
5049
<java-poet.version>1.13.0</java-poet.version>
5150
<javax-validation-api.version>2.0.0.Final</javax-validation-api.version>

0 commit comments

Comments
 (0)