This is an automated email from the ASF dual-hosted git repository. deki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 6fabd55129e5bf6c0768a61aa649411dfdd98ddd Merge: e00fb55 64584f3 Author: Dennis Kieselhorst <[email protected]> AuthorDate: Fri Jan 10 07:08:40 2020 +0100 Merge pull request #500 from apache/CXF-7910_jakarta_jaxws-api [CXF-7910] Change JAX-WS javax to jakarta artifact dependencies distribution/javadoc/pom.xml | 4 +- .../release/samples/jax_rs/minimal_osgi/pom.xml | 4 +- distribution/src/main/release/samples/pom.xml | 26 ++++---- integration/spring-boot/starter-jaxrs/pom.xml | 12 ++++ integration/spring-boot/starter-jaxws/pom.xml | 12 ++++ .../src/it/jdk-cxf-with-toolchain/pom.xml | 18 +++--- .../codegen-plugin/src/it/mark-generated/pom.xml | 20 +++--- .../src/it/wsdl-artifact-resolution/pom.xml | 20 +++--- osgi/karaf/features/pom.xml | 8 +++ .../karaf/features/src/main/resources/features.xml | 12 ++-- osgi/repository/pom.xml | 6 ++ parent/pom.xml | 75 +++++++++++++++------- pom.xml | 7 ++ rt/frontend/jaxrs/pom.xml | 4 +- rt/rs/extensions/search/pom.xml | 12 ++++ rt/rs/microprofile-client/pom.xml | 4 +- rt/rs/security/http-signature/pom.xml | 4 +- rt/rs/security/oauth-parent/oauth2/pom.xml | 16 +++-- rt/rs/security/sso/oidc/pom.xml | 20 ++++-- services/wsn/wsn-core/pom.xml | 22 ++++++- systests/cdi/base/pom.xml | 6 ++ systests/jaxrs/pom.xml | 8 +++ systests/microprofile/client/tracing/pom.xml | 4 ++ systests/rs-http-sci/pom.xml | 6 ++ systests/rs-security/pom.xml | 8 +++ systests/rs-sse/rs-sse-jetty/pom.xml | 6 ++ systests/tracing/pom.xml | 10 ++- systests/wsdl_maven/codegen/pom.xml | 6 ++ tools/javato/ws/pom.xml | 8 +-- 29 files changed, 269 insertions(+), 99 deletions(-)
