<plugin>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-java2ws-plugin</artifactId>
- <version>3.3.3</version>
+ <version>${cxf.version}</version>
<dependencies>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>3.3.3</version>
+ <version>${cxf.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-simple</artifactId>
- <version>3.3.3</version>
+ <version>${cxf.version}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.ws</groupId>
<pluginExecutionFilter>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-java2ws-plugin</artifactId>
- <versionRange>[3.2.5,)</versionRange>
+ <versionRange>[${cxf.version},)</versionRange>
<goals>
<goal>java2ws</goal>
</goals>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-client</artifactId>
- <version>3.2.5</version>
+ <version>${cxf.version}</version>
<optional>true</optional>
</dependency>
<dependency>
* 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.
response.readEntity(String.class);
client.put("wow");
- client.get();
+ response = client.get();
response.readEntity(String.class);
verify(2, getRequestedFor(urlEqualTo("/cached/1")));
<snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath>
<publicNexusPath>content/repositories/public/</publicNexusPath>
<siteNexusPath>content/sites/site/org/onap/so/${project.version}/</siteNexusPath>
- <cxf.version>3.4.1</cxf.version>
+ <cxf.version>3.4.10</cxf.version>
<jax.ws.rs>2.1</jax.ws.rs>
<springboot.version>2.4.13</springboot.version>
<spring-cloud.version>2020.0.6</spring-cloud.version>