aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2017-11-01 14:48:52 -0400
committerMichael Hwang <mhwang@research.att.com>2017-11-01 14:49:47 -0400
commit32577b6918cd418967d7efcb47146f19bf63e6e2 (patch)
treef3abd539735f9c89cab1e0a9e83291afaeb35023
parentdb1a18820fa4ab7bdc99b6f0ab5a07216835c3d3 (diff)
Update pom to downgrade distribution clientv1.0.01.0.0-ONAP1.0.0-Amsterdam
Also fix to get health check working Change-Id: I5e27d72a016ef90123cd4eaa397eec68cadaccea Issue-Id: DCAEGEN2-188 Signed-off-by: Michael Hwang <mhwang@research.att.com>
-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>