From 4171256446af0144c56b4f6016c7b9f748b9061d Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 1 Nov 2019 11:47:21 +0000 Subject: Add common Jersey version Add a common version of Jersey for all Policy Framework components. Issue-ID: POLICY-2209 Change-Id: I6282bc9938cbb63ddf3bf85e488f7b6be0dbdfc3 Signed-off-by: liamfallon --- examples/examples-onap-bbs/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/examples-onap-bbs/pom.xml') diff --git a/examples/examples-onap-bbs/pom.xml b/examples/examples-onap-bbs/pom.xml index e5591ffc5..b36bc73c4 100644 --- a/examples/examples-onap-bbs/pom.xml +++ b/examples/examples-onap-bbs/pom.xml @@ -2,6 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Copyright (C) 2019 Huawei. + Modifications Copyright (C) 2019 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -51,13 +52,11 @@ org.glassfish.jersey.containers jersey-container-grizzly2-http - ${version.jersey} test org.glassfish.jersey.inject jersey-hk2 - ${version.jersey} test -- cgit 1.2.3-korg