aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2017-07-26 10:43:31 +0800
committerHuabingZhao <zhao.huabing@zte.com.cn>2017-07-26 11:41:26 +0800
commit835d87162f6e69d0a4724e46bce9228fc4cea31a (patch)
tree77d93f6e2e646a53967c83067ca572fdb6cbd8e9
parent5353f7df61d16d6624ba033627a7d09160fb679c (diff)
Remove OpenResty dependency to fix the Jenkins job
Change-Id: I78d1abacd20f5953c0c9acd92a946894c9bb754c Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
-rw-r--r--README.md8
-rw-r--r--distributions/msb-discovery/pom.xml11
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 @@
</properties>
<dependencies>
-
+ <!--
<dependency>
<groupId>org.openresty.centos.6</groupId>
<artifactId>openresty</artifactId>
<version>${openresty.version}</version>
<type>tar.gz</type>
</dependency>
-
+ -->
+
<dependency>
<groupId>org.onap.msb.discovery</groupId>
<artifactId>nginx-ext-consul</artifactId>
@@ -119,6 +120,7 @@
</executions>
</plugin>
+ <!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
@@ -128,7 +130,6 @@
<goals>
<goal>unpack</goal>
</goals>
- <!--解压顺序,在最前面-->
<phase>generate-resources</phase>
<configuration>
<artifactItems>
@@ -146,7 +147,8 @@
</execution>
</executions>
</plugin>
-
+
+
<plugin>
<groupId>com.coderplus.maven.plugins</groupId>
<artifactId>copy-rename-maven-plugin</artifactId>
@@ -165,6 +167,7 @@
</execution>
</executions>
</plugin>
+ -->
<plugin>