diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2017-03-11 14:03:05 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2017-03-11 14:08:48 +0800 |
commit | 4b68e64dbeeeaa365eb1698987e7d3cbfaef1e60 (patch) | |
tree | 9af0dc92c414fa6b35c03196bdc47ceb85033355 /holmes-actions/pom.xml | |
parent | 8d0a91b90a280d1b3cf79742c209de76f0e3c72c (diff) |
Modify the MSB Registration Logic
Change-Id: I2b223b3d5b6b377abd21fe77ed2c2eaa4fdacf71
Issue-ID: HOLMES-50
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r-- | holmes-actions/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index 955958c..1ca8a8a 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -117,6 +117,11 @@ <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.eclipsesource.jaxrs</groupId>
+ <artifactId>consumer</artifactId>
+ <version>${jaxrs.consumer.version}</version>
+ </dependency>
</dependencies>
<build>
<resources>
|