Remove OpenResty dependency to fix the Jenkins job
[msb/discovery.git] / distributions / msb-discovery / pom.xml
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>