From d3e1728b11f11d3979f04be1773e338416090d77 Mon Sep 17 00:00:00 2001 From: Michael Arrastia Date: Thu, 8 Nov 2018 16:57:56 +0000 Subject: Update FProxy to separate truststore and keystore * Create default truststore, fproxy_truststore. * Require TRUST_STORE_PASSWORD system parameter on application start. * Harden parameter checks in FProxyApplication PostConstruct. * Rationalise properties in RestTemplateConfig. * Update unit tests to handle trust store. * Correct spring dependency in pom. Change-Id: I0254e5d27ff76bbd7a44b961169d7fe47761d3f9 Issue-ID: AAF-614 Signed-off-by: Michael Arrastia --- sidecar/fproxy/pom.xml | 62 +++++++++++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 29 deletions(-) (limited to 'sidecar/fproxy/pom.xml') diff --git a/sidecar/fproxy/pom.xml b/sidecar/fproxy/pom.xml index e79bd3e..68e6a86 100644 --- a/sidecar/fproxy/pom.xml +++ b/sidecar/fproxy/pom.xml @@ -1,21 +1,21 @@ - @@ -33,21 +33,25 @@ Sidecar fproxy ONAP AAF Forward Proxy Microservice For Pluggable Security + + + + + org.springframework.boot + spring-boot-dependencies + ${spring.boot.version} + pom + import + + + + - - org.springframework.boot - spring-boot-dependencies - ${spring.boot.version} - pom - import + org.apache.httpcomponents + httpclient - - - org.apache.httpcomponents - httpclient - - + org.springframework.boot spring-boot-starter-jetty -- cgit 1.2.3-korg