aboutsummaryrefslogtreecommitdiffstats
path: root/example/pom.xml
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2018-03-21 09:14:25 +0800
committerHuabingZhao <zhao.huabing@zte.com.cn>2018-03-21 09:14:30 +0800
commitfd00a6849e072eb429e7ed7181588389f39bbdff (patch)
tree9cda0de5fb403ed3205ec78bcd77aa036bfac55f /example/pom.xml
parent722d78240f9ae320ceb262b496cf8cee07ae2591 (diff)
Support healthy check for registered services
Issue-ID: MSB-180 Change-Id: I352dfe32d3fbc1c7736ffbbb7b72718e6bbb5e01 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'example/pom.xml')
-rw-r--r--example/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/pom.xml b/example/pom.xml
index 81dc972..19c3ebf 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -2,11 +2,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <!--
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
+ -->
<groupId>org.onap.msb.java-sdk</groupId>
<artifactId>msb-java-sdk-example</artifactId>