diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-08-31 08:51:17 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-08-31 08:51:17 +0800 |
commit | 67ef2af341cbe8530437f67bbffdc7721f4e5587 (patch) | |
tree | e69425f283236b23a357ea1846b2c1fdbb669dbd /holmes-actions/pom.xml | |
parent | 792d29108336bc5c804511ea5a9626be0bf58c20 (diff) |
Fixed HTTP PATCH Failures
Change-Id: I0f71aeb78e31e0b66fea0d6c3bb941ef702277e5
Issue-ID: HOLMES-160
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, 4 insertions, 1 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index d5f5d59..d9d2fc3 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -140,13 +140,16 @@ <dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet-core</artifactId>
- <version>${jersey.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
</dependency>
<dependency>
+ <groupId>org.glassfish.jersey.core</groupId>
+ <artifactId>jersey-client</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
|