diff options
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> |