diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-03-01 15:15:30 +0100 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-03-01 15:15:30 +0100 |
commit | 465bfe233d22c5366696028b50f47c3606806893 (patch) | |
tree | 6cd270f7060cbb7b043b3643ee9071083ba12691 /pom.xml | |
parent | dc03cc0e64ec732d59b063331054073c85b4bf89 (diff) |
Add SDC single config
Add SDC configuration JSON parser that is linked to SDC client API
Issue-ID: CLAMP-81
Change-Id: I8c1c9e93813bf1444b1df455cafe0aab60236300
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -470,6 +470,12 @@ <artifactId>mariadb-java-client</artifactId> <version>2.2.1</version> </dependency> + <!-- For SDC Controller --> + <dependency> + <groupId>org.openecomp.sdc.sdc-distribution-client</groupId> + <artifactId>sdc-distribution-client</artifactId> + <version>1.2.3</version> + </dependency> </dependencies> <build> @@ -775,7 +781,7 @@ </run> </image> <image> - <name>python:2</name> + <name>python:2-slim</name> <alias>python</alias> <run> <hostname>python</hostname> |