Remove OpenResty dependency to fix the Jenkins job 55/6255/3
authorHuabingZhao <zhao.huabing@zte.com.cn>
Wed, 26 Jul 2017 02:43:31 +0000 (10:43 +0800)
committerHuabingZhao <zhao.huabing@zte.com.cn>
Wed, 26 Jul 2017 03:41:26 +0000 (11:41 +0800)
Change-Id: I78d1abacd20f5953c0c9acd92a946894c9bb754c
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
README.md
distributions/msb-discovery/pom.xml

index 47c79e7..06b5cce 100644 (file)
--- 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
index 2e6d295..009e8ec 100644 (file)
   </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>
         </executions>
       </plugin>
 
+      <!--
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
             <goals>
               <goal>unpack</goal>
             </goals>
-            <!--解压顺序,在最前面-->
             <phase>generate-resources</phase>
             <configuration>
               <artifactItems>   
           </execution>          
         </executions>
       </plugin> 
-
+     
+      
       <plugin>
         <groupId>com.coderplus.maven.plugins</groupId>
         <artifactId>copy-rename-maven-plugin</artifactId>
           </execution>
         </executions>
       </plugin> 
+       -->
 
 
       <plugin>