diff options
author | Dan Timoney <dtimoney@att.com> | 2023-03-28 09:37:21 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-03-28 16:01:20 -0400 |
commit | 0e061be8935d3fd361e8ad916948215043f1ebab (patch) | |
tree | c20ccba214d26c56449d3a3f0abcfc408ac9e5b6 /plugins/restapi-call-node/provider | |
parent | e0ee06604dd6b4e37f2349d13967cf4359f17ea8 (diff) |
ODL Chlorine changes
Update ccsdk/sli for OpenDaylight Chlorine release.
Issue-ID: CCSDK-3812
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I886292c4232e7028967f1518d9f0b09f2d0a6106
Diffstat (limited to 'plugins/restapi-call-node/provider')
-rwxr-xr-x | plugins/restapi-call-node/provider/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/restapi-call-node/provider/pom.xml b/plugins/restapi-call-node/provider/pom.xml index ee1f421a5..bbfbfedd9 100755 --- a/plugins/restapi-call-node/provider/pom.xml +++ b/plugins/restapi-call-node/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.5.3</version> + <version>2.5.4</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> @@ -72,6 +72,10 @@ <artifactId>jersey-media-multipart</artifactId> </dependency> <dependency> + <groupId>org.glassfish.jersey.inject</groupId> + <artifactId>jersey-hk2</artifactId> + </dependency> + <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-filter-base</artifactId> </dependency> |