diff options
author | xuegao <xue.gao@intl.att.com> | 2021-04-09 08:48:47 +0200 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2021-04-12 08:37:47 +0000 |
commit | 45e2f0ae4c14ee24e696717c9d150a2ff0bdc872 (patch) | |
tree | 1cfd6c63051730d0653e926709735d383adeab14 /common/onap-common-configuration-management/onap-configuration-management-api/pom.xml | |
parent | 6035b0849ea1394345d86a63bb68851a8930c4ae (diff) |
Fix weak-cryptography issues
Load the truststore/keystore of our own instead of using the default one.
Issue-ID: SDC-3495
Change-Id: I0ecd764d5198480a065fd38299cc9ff9da66af29
Signed-off-by: xuegao <xue.gao@intl.att.com>
Diffstat (limited to 'common/onap-common-configuration-management/onap-configuration-management-api/pom.xml')
-rw-r--r-- | common/onap-common-configuration-management/onap-configuration-management-api/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml index 7dcf1958cf..58d645785a 100644 --- a/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml @@ -12,4 +12,17 @@ <groupId>org.onap.sdc.common</groupId> <version>1.9.0-SNAPSHOT</version> </parent> + <dependencies> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>${httpclient.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + <version>${httpcore.version}</version> + </dependency> + </dependencies> </project> |