Update pom to downgrade distribution client 83/21683/1 1.0.0-Amsterdam 1.0.0-ONAP v1.0.0
authorMichael Hwang <mhwang@research.att.com>
Wed, 1 Nov 2017 18:48:52 +0000 (14:48 -0400)
committerMichael Hwang <mhwang@research.att.com>
Wed, 1 Nov 2017 18:49:47 +0000 (14:49 -0400)
Also fix to get health check working

Change-Id: I5e27d72a016ef90123cd4eaa397eec68cadaccea
Issue-Id: DCAEGEN2-188
Signed-off-by: Michael Hwang <mhwang@research.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 42426e8..14041d9 100644 (file)
--- 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>
                             <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>