aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorRavi Pendurty <ravi.pendurty@highstreet-technologies.com>2021-04-06 11:41:09 +0200
committerRavi Pendurty <ravi.pendurty@highstreet-technologies.com>2021-04-08 14:14:15 +0200
commitabe4681722ff1fa897454e5bc1703ef446201a78 (patch)
tree31a46b87a2dafbe81f06a50ca4fe2aeec0526211 /pom.xml
parent6796dc92c4fa0b117abb37261986381a5869a6e9 (diff)
http proxy settings need a different connector
ApacheConnectorProvider supports the http proxy properties defined by DMAAP MR and not the default HttpUrlConnectorProvider Issue-ID: DMAAP-1548 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Ie1cff823ff247133c69434110b04b8191b46a1f6 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3d1785b..134971a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,6 +175,11 @@
<version>${jersey.version}</version>
</dependency>
<dependency>
+ <groupId>org.glassfish.jersey.connectors</groupId>
+ <artifactId>jersey-apache-connector</artifactId>
+ <version>2.29.1</version>
+ </dependency>
+ <dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>${jersey.version}</version>