From: Fiete Ostkamp Date: Fri, 4 Jul 2025 07:53:19 +0000 (+0200) Subject: Update apache cxf X-Git-Tag: 1.15.6~5^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=131f0b6203718c421272cd9324c19cc4cf50ad92;p=so.git Update apache cxf - reference ${cxf.version} placeholder everywhere to make sure that there is only one place where the version is defined (this updates cxf in the aai-client module (3.2.5 -> 3.4.1) - update cxf (3.4.1 -> 3.4.10) Issue-ID: SO-4197 Change-Id: I88e32532dc286a2c1b94fef14e52aa5ceeda3e5b Signed-off-by: Fiete Ostkamp --- diff --git a/adapters/mso-requests-db-adapter/pom.xml b/adapters/mso-requests-db-adapter/pom.xml index 83fa781de5..53c9e7e199 100644 --- a/adapters/mso-requests-db-adapter/pom.xml +++ b/adapters/mso-requests-db-adapter/pom.xml @@ -100,17 +100,17 @@ org.apache.cxf cxf-java2ws-plugin - 3.3.3 + ${cxf.version} org.apache.cxf cxf-rt-frontend-jaxws - 3.3.3 + ${cxf.version} org.apache.cxf cxf-rt-frontend-simple - 3.3.3 + ${cxf.version} com.sun.xml.ws @@ -235,7 +235,7 @@ org.apache.cxf cxf-java2ws-plugin - [3.2.5,) + [${cxf.version},) java2ws diff --git a/graph-inventory/aai-client/pom.xml b/graph-inventory/aai-client/pom.xml index 18b2a25b38..41d041d9d0 100644 --- a/graph-inventory/aai-client/pom.xml +++ b/graph-inventory/aai-client/pom.xml @@ -142,7 +142,7 @@ org.apache.cxf cxf-rt-rs-client - 3.2.5 + ${cxf.version} true diff --git a/graph-inventory/aai-client/src/test/java/org/onap/aaiclient/client/aai/AAIRestClientTest.java b/graph-inventory/aai-client/src/test/java/org/onap/aaiclient/client/aai/AAIRestClientTest.java index 9b34095a23..ad460fa322 100644 --- a/graph-inventory/aai-client/src/test/java/org/onap/aaiclient/client/aai/AAIRestClientTest.java +++ b/graph-inventory/aai-client/src/test/java/org/onap/aaiclient/client/aai/AAIRestClientTest.java @@ -7,9 +7,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -210,7 +210,7 @@ public class AAIRestClientTest { response.readEntity(String.class); client.put("wow"); - client.get(); + response = client.get(); response.readEntity(String.class); verify(2, getRequestedFor(urlEqualTo("/cached/1"))); diff --git a/pom.xml b/pom.xml index a4cc3a8234..4cf4f513b5 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,7 @@ content/repositories/snapshots/ content/repositories/public/ content/sites/site/org/onap/so/${project.version}/ - 3.4.1 + 3.4.10 2.1 2.4.13 2020.0.6