diff options
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | distributions/msb-discovery/pom.xml | 11 |
2 files changed, 14 insertions, 5 deletions
@@ -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> |