summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-11-01 15:54:13 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2017-11-01 15:54:13 +0800
commitc9187d54a9edcf5ea808dba765be0dcc1d81c525 (patch)
tree21420456138ef411515bb116db757afc9c8441b8
parent51826642f3f759b65d945293bb5dadb81a3aa368 (diff)
Exclude Duplicated Dependencies
Change-Id: Ic7e534df548928273e329a4bae572b7da185a5ef Issue-ID: HOLMES-81 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
-rw-r--r--dmaap-dsa/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmaap-dsa/pom.xml b/dmaap-dsa/pom.xml
index 414e271..0743fc6 100644
--- a/dmaap-dsa/pom.xml
+++ b/dmaap-dsa/pom.xml
@@ -141,7 +141,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.3.6</version>
+ <version>4.5.3</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>