From 835d87162f6e69d0a4724e46bce9228fc4cea31a Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Wed, 26 Jul 2017 10:43:31 +0800 Subject: [PATCH] Remove OpenResty dependency to fix the Jenkins job Change-Id: I78d1abacd20f5953c0c9acd92a946894c9bb754c Signed-off-by: HuabingZhao --- README.md | 8 +++++++- distributions/msb-discovery/pom.xml | 11 +++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) 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 @@ + --> -- 2.16.6