From: GuangrongFu Date: Wed, 20 Feb 2019 01:38:59 +0000 (+0800) Subject: Updated oparent to 1.2.2 X-Git-Tag: 1.2.7~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Fcommon.git;a=commitdiff_plain;h=76e5d677724b13160bb3360b734239192b7be20e Updated oparent to 1.2.2 Change-Id: I5fc8d421949af915e547bc66fd039d1e5fd4febe Issue-ID: HOLMES-200 Signed-off-by: GuangrongFu --- diff --git a/holmes-actions/src/main/java/org/onap/holmes/common/config/MicroServiceConfig.java b/holmes-actions/src/main/java/org/onap/holmes/common/config/MicroServiceConfig.java index f0cad0e..3d94325 100644 --- a/holmes-actions/src/main/java/org/onap/holmes/common/config/MicroServiceConfig.java +++ b/holmes-actions/src/main/java/org/onap/holmes/common/config/MicroServiceConfig.java @@ -98,7 +98,7 @@ public class MicroServiceConfig { } public static String getAaiAddr() { - return AlarmConst.HTTPS + AAI_HOSTNAME; + return AlarmConst.HTTPS + AAI_HOSTNAME + ":8443"; } public static String[] getMsbIpAndPort() { diff --git a/pom.xml b/pom.xml index 1fdad91..c7cb10c 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.onap.oparent oparent - 1.2.0 + 1.2.2 org.onap.holmes.common