diff options
author | Lee, Tian (tl5884) <tianl@amdocs.com> | 2017-08-18 16:45:23 +0100 |
---|---|---|
committer | Lee, Tian (tl5884) <tianl@amdocs.com> | 2017-08-18 16:45:23 +0100 |
commit | 952a19d989b4411a479a829bb220aa0f3166cfeb (patch) | |
tree | 15dcd684b485dabfcd7001700aa605738c968961 /pom.xml | |
parent | 8bacc360632e4725ca5c97198ec02ef42ffce048 (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.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |