aboutsummaryrefslogtreecommitdiffstats
path: root/distributions
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 /distributions
parent5353f7df61d16d6624ba033627a7d09160fb679c (diff)
Remove OpenResty dependency to fix the Jenkins job
Change-Id: I78d1abacd20f5953c0c9acd92a946894c9bb754c Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'distributions')
-rw-r--r--distributions/msb-discovery/pom.xml11
1 files changed, 7 insertions, 4 deletions
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>