diff options
author | k.kedron <k.kedron@partner.samsung.com> | 2019-09-05 17:50:23 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-09-06 09:11:47 +0000 |
commit | 176a760ebe4293c19eeb96cf88269215fce870a9 (patch) | |
tree | c559a1f2bafbf6147612b88a46a0299a579af57f /dcaedt_tools/pom.xml | |
parent | 64636c2148414c1fa5da4b46a69570cdab003837 (diff) |
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
Diffstat (limited to 'dcaedt_tools/pom.xml')
-rw-r--r-- | dcaedt_tools/pom.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/dcaedt_tools/pom.xml b/dcaedt_tools/pom.xml index 5e63939..d0d0976 100644 --- a/dcaedt_tools/pom.xml +++ b/dcaedt_tools/pom.xml @@ -74,7 +74,7 @@ <goal>copy-resources</goal> </goals> <configuration> - <outputDirectory>${project.parent.basedir}/docker/docker_tools/chef-solo/cookbooks/Deploy-DCAE/files/default</outputDirectory> + <outputDirectory>${project.parent.basedir}/docker/docker_tools/chef-repo/cookbooks/Deploy-DCAE/files/default</outputDirectory> <resources> <resource> <directory>${project.basedir}/src/main/resources/conf</directory> @@ -260,5 +260,16 @@ <artifactId>spring-web</artifactId> <version>5.0.9.RELEASE</version> </dependency> +<!-- TO-DO: UNCOMMENT WHEN SDC-2554 BUG WILL BE SOLVE--> +<!-- <dependency>--> +<!-- <groupId>org.springframework</groupId>--> +<!-- <artifactId>spring-core</artifactId>--> +<!-- <version>${org.springframework.version}</version>--> +<!-- </dependency>--> +<!-- <dependency>--> +<!-- <groupId>org.slf4j</groupId>--> +<!-- <artifactId>slf4j-simple</artifactId>--> +<!-- <version>1.7.26</version>--> +<!-- </dependency>--> </dependencies> </project> |