summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorLee, Tian (tl5884) <tianl@amdocs.com>2017-08-18 16:45:23 +0100
committerLee, Tian (tl5884) <tianl@amdocs.com>2017-08-18 16:45:23 +0100
commit952a19d989b4411a479a829bb220aa0f3166cfeb (patch)
tree15dcd684b485dabfcd7001700aa605738c968961 /pom.xml
parent8bacc360632e4725ca5c97198ec02ef42ffce048 (diff)
Revert httpclient jar version change.
- Add explicit dependency to version 4.5 instead Change-Id: Ic4491a8e0d5fe4baaf902c02c5df21b6130e23dc Issue-ID: AAI-192 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.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 88e6804..9616a2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,6 +162,11 @@
<version>1.1.32-SNAPSHOT</version>
</dependency>
<dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.5</version>
+ </dependency>
+ <dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20131018</version>