summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 42426e8..14041d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.openecomp.sdc.sdc-distribution-client</groupId>
<artifactId>sdc-distribution-client</artifactId>
- <version>1.1.50</version>
+ <version>1.1.32</version>
</dependency>
<dependency>
<groupId>com.taoensso</groupId>
@@ -210,6 +210,10 @@
<include>health.sh</include>
</resource>
</resources>
+ <exposes>
+ <!-- This is an unused exposed port to be used just so registrator registers service change handler -->
+ <expose>8079</expose>
+ </exposes>
<serverId>${onap.nexus.dockerregistry.daily}</serverId>
</configuration>
</plugin>