summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-08-31 08:51:17 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-08-31 08:51:17 +0800
commit67ef2af341cbe8530437f67bbffdc7721f4e5587 (patch)
treee69425f283236b23a357ea1846b2c1fdbb669dbd /pom.xml
parent792d29108336bc5c804511ea5a9626be0bf58c20 (diff)
Fixed HTTP PATCH Failures
Change-Id: I0f71aeb78e31e0b66fea0d6c3bb941ef702277e5 Issue-ID: HOLMES-160 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index bacc2c9..e342997 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,16 +54,19 @@
<version>1.1.1</version>
</dependency>
<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>
<version>${jersey.version}</version>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>${jersey.version}</version>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>