summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEddy Hautot <eh552t@intl.att.com>2018-03-01 14:24:28 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-01 14:24:28 +0000
commit7bb9f1c5971c39aea72f417421644a9ad28cd7f7 (patch)
tree636476fe05f0060fa2c67d312148543906801913 /pom.xml
parent1be4bc8c604c7b4fb537a7cbc901eb8df2c6d3bc (diff)
parent465bfe233d22c5366696028b50f47c3606806893 (diff)
Merge "Add SDC single config"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 192d35bd2..5663d9882 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>