From e4f7e563732e894dd78201412dcb22d7314bb7d8 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Sat, 11 Aug 2018 00:17:59 -0400 Subject: made required pom changes for cxf cxf 3.2.5 also requires us to move to javax.ws.rs-api 2.1 javax.ws.rs-api 2.1 is fully backwards compatible with 2.0 it will not be a problem with our other dependencies Issue-ID: SO-850 Change-Id: I2a6d9c5d6fb9025de8e5b4a00788275d7cc496a1 Signed-off-by: Benjamin, Max (mb388a) --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 32733b1ff3..beb42242b0 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,8 @@ content/repositories/snapshots/ content/repositories/public/ content/sites/site/org/onap/so/${project.version}/ - 3.1.12 + 3.2.5 + 2.1 @@ -547,7 +548,7 @@ javax.ws.rs javax.ws.rs-api - 2.0 + ${jax.ws.rs} javax.annotation -- cgit 1.2.3-korg