Fully HTTPS support in the dcaedt-tools
Fully HTTPS support:
-Updated the onap/base_sdc-jetty docker image version
-Updated the chef script to properly used of the new docker image
-Updated jvm configuration to support call to
the SDC components using HTTPS.
-Added buildRestClient method to create the DcaeRestClient
supporting the SSL connection
-Checkstyle in the recipes adn tools.Main method
-Update the docker_run.sh:
- Change JAVA_OPTIONS
-Update docker_run script
-Add proper dependency in the pom (waiting for solving the SDC-2554 bug)
Issue-ID: SDC-2552
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: Ie8dd1f54619f1101c13de13ae3cbb296bba57210
diff --git a/pom.xml b/pom.xml
index c9795b7..df1bdde 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,6 +25,7 @@
<nexus.proxy>https://nexus.onap.org</nexus.proxy>
<maven-checkstyle-plugin.version>2.17</maven-checkstyle-plugin.version>
<springboot.version>1.5.9.RELEASE</springboot.version>
+ <org.springframework.version>5.1.9.RELEASE</org.springframework.version>
<staging.profile.id>176c31dfe190a</staging.profile.id>
<sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
<sonar.branch>${project.version}</sonar.branch>