summaryrefslogtreecommitdiffstats
path: root/holmes-actions/pom.xml
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-09-16 14:48:57 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2017-09-16 15:12:27 +0800
commit9d2cccba20f32fe54e4ccf1f433f68b5cee95bd5 (patch)
treecf23917ca2c1b244baaf2454e62e0c15c4fa7b6a /holmes-actions/pom.xml
parent8eedabbb6faf3bc2ba10df850e68cf719cd6c8ad (diff)
Get the MSB info from DCAE Consul
Change-Id: I67206b028abefd99ff4b249a254882f08a642a4d Issue-ID: HOLMES-45 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r--holmes-actions/pom.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml
index e8a1605..506d60a 100644
--- a/holmes-actions/pom.xml
+++ b/holmes-actions/pom.xml
@@ -52,10 +52,6 @@
<artifactId>lombok</artifactId>
</dependency>
<dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- </dependency>
- <dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jdbi</artifactId>
</dependency>
@@ -109,10 +105,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- </dependency>
- <dependency>
<groupId>com.eclipsesource.jaxrs</groupId>
<artifactId>consumer</artifactId>
<version>${jaxrs.consumer.version}</version>
@@ -123,6 +115,10 @@
<version>${jersey.version}</version>
</dependency>
<dependency>
+ <groupId>org.glassfish.jersey.core</groupId>
+ <artifactId>jersey-common</artifactId>
+ </dependency>
+ <dependency>
<groupId>net.sf.json-lib</groupId>
<artifactId>json-lib</artifactId>
<version>2.4</version>