From: HuabingZhao Date: Wed, 26 Jul 2017 02:43:31 +0000 (+0800) Subject: Remove OpenResty dependency to fix the Jenkins job X-Git-Tag: v1.0.0~20 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F6255%2F3;p=msb%2Fdiscovery.git Remove OpenResty dependency to fix the Jenkins job Change-Id: I78d1abacd20f5953c0c9acd92a946894c9bb754c Signed-off-by: HuabingZhao --- diff --git a/README.md b/README.md index 47c79e7..06b5cce 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ -msb-discover +msb-discovery =============== +Discovery provides service registration and discovery capabilities for ONAP microservices. + +## License +The Microservice Bus is released under version 2.0 of the [Apache License]. + +[Apache License]: http://www.apache.org/licenses/LICENSE-2.0 diff --git a/distributions/msb-discovery/pom.xml b/distributions/msb-discovery/pom.xml index 2e6d295..009e8ec 100644 --- a/distributions/msb-discovery/pom.xml +++ b/distributions/msb-discovery/pom.xml @@ -39,14 +39,15 @@ - + + org.onap.msb.discovery nginx-ext-consul @@ -119,6 +120,7 @@ + generate-resources @@ -146,7 +147,8 @@ - + + com.coderplus.maven.plugins copy-rename-maven-plugin @@ -165,6 +167,7 @@ + -->