diff options
author | tang peng <tang.peng5@zte.com.cn> | 2021-06-02 17:17:34 +0800 |
---|---|---|
committer | tang peng <tang.peng5@zte.com.cn> | 2021-06-04 08:46:47 +0800 |
commit | ff774a309d82c6d71064d32505492d7d0d8544cf (patch) | |
tree | 8ad5fa0e63a81155dc8aba330bd84c882ac54b45 /pom.xml | |
parent | 240555b805b6b2f3195cd606952c8efd77693bbe (diff) |
Removed Dependency: httpclient
Issue-ID: HOLMES-414
Signed-off-by: tang peng <tang.peng5@zte.com.cn>
Change-Id: I30ce6a5ecbb6fa881d46ee78bc7fc2fb198b46db
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -26,7 +26,7 @@ <groupId>org.onap.holmes.engine-management</groupId> <artifactId>holmes-engine-parent</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> <packaging>pom</packaging> <name>holmes-engine-management</name> <modules> @@ -159,12 +159,16 @@ <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + </exclusion> </exclusions> </dependency> <dependency> <groupId>org.onap.holmes.common</groupId> <artifactId>holmes-actions</artifactId> - <version>1.3.2</version> + <version>1.3.4</version> <exclusions> <exclusion> <groupId>io.dropwizard</groupId> @@ -279,7 +283,7 @@ <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> - <version>1.4.11</version> + <version>1.4.16</version> </dependency> <!-- Do NOT remove org.reflections:reflections. Otherwise, the docker will fail to start. --> |