aboutsummaryrefslogtreecommitdiffstats
path: root/participant/participant-impl/participant-impl-http/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'participant/participant-impl/participant-impl-http/pom.xml')
-rw-r--r--participant/participant-impl/participant-impl-http/pom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/participant/participant-impl/participant-impl-http/pom.xml b/participant/participant-impl/participant-impl-http/pom.xml
index 610cc5698..6dece0d7a 100644
--- a/participant/participant-impl/participant-impl-http/pom.xml
+++ b/participant/participant-impl/participant-impl-http/pom.xml
@@ -1,6 +1,6 @@
<!--
============LICENSE_START=======================================================
- Copyright (C) 2021 Nordix Foundation.
+ Copyright (C) 2021, 2024 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -31,6 +31,15 @@
<artifactId>policy-clamp-participant-impl-http</artifactId>
<name>${project.artifactId}</name>
<description>HTTP participant, that performs CRUD operations on Microservices through REST</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.glassfish.jersey.inject</groupId>
+ <artifactId>jersey-hk2</artifactId>
+ <version>${version.jersey}</version>
+ </dependency>
+ </dependencies>
+
<build>
<plugins>
<plugin>