summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2022-08-12 10:42:36 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2022-08-12 10:42:40 +0800
commit0138ee36fd9fa7f5b4d33d45ec1bc1aa0c9c4e45 (patch)
treef42cfef4cea1461f6b66663277b2ac725cd9a92e /pom.xml
parent857c9da5ed2a2775ac7426d97a99195d671c21b5 (diff)
Replaced ServiceLocator with SpringContextUtil
Issue-ID: HOLMES-511 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: I0f881f66766c8d084424111f0529895c94565ad0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f0935b7..43be3b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -373,6 +373,11 @@
<version>${jersey.version}</version>
</dependency>
<dependency>
+ <groupId>org.glassfish.jersey.ext</groupId>
+ <artifactId>jersey-entity-filtering</artifactId>
+ <version>${jersey.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet-core</artifactId>
<version>${jersey.version}</version>