From aee872b98934d6841a21f4969c449caa717930fc Mon Sep 17 00:00:00 2001 From: Andrus Adamchik Date: Tue, 26 Mar 2024 17:24:21 -0400 Subject: [PATCH] pom cleanup in preparation for Jakarta upgrade --- bootique-cxf-core/pom.xml | 6 +++++- bootique-cxf-jaxws-client/pom.xml | 4 ---- bootique-cxf-jaxws-it/pom.xml | 1 - bootique-cxf-jaxws-server/pom.xml | 5 ----- pom.xml | 5 ----- 5 files changed, 5 insertions(+), 16 deletions(-) diff --git a/bootique-cxf-core/pom.xml b/bootique-cxf-core/pom.xml index a779eaa..71cc320 100644 --- a/bootique-cxf-core/pom.xml +++ b/bootique-cxf-core/pom.xml @@ -16,6 +16,11 @@ + + jakarta.xml.ws + jakarta.xml.ws-api + ${jaxws-api.version} + org.apache.cxf cxf-core @@ -29,7 +34,6 @@ io.bootique bootique - compile org.apache.cxf diff --git a/bootique-cxf-jaxws-client/pom.xml b/bootique-cxf-jaxws-client/pom.xml index c97294e..355df51 100644 --- a/bootique-cxf-jaxws-client/pom.xml +++ b/bootique-cxf-jaxws-client/pom.xml @@ -34,7 +34,6 @@ io.bootique bootique - compile @@ -45,18 +44,15 @@ org.apache.cxf cxf-rt-frontend-jaxws - compile org.apache.cxf cxf-rt-transports-http - compile org.slf4j slf4j-api - compile diff --git a/bootique-cxf-jaxws-it/pom.xml b/bootique-cxf-jaxws-it/pom.xml index 95204e6..9887230 100644 --- a/bootique-cxf-jaxws-it/pom.xml +++ b/bootique-cxf-jaxws-it/pom.xml @@ -52,7 +52,6 @@ org.apache.cxf.xjc-utils cxf-xjc-runtime 3.3.0 - compile true diff --git a/bootique-cxf-jaxws-server/pom.xml b/bootique-cxf-jaxws-server/pom.xml index 1ddbb21..383351c 100644 --- a/bootique-cxf-jaxws-server/pom.xml +++ b/bootique-cxf-jaxws-server/pom.xml @@ -44,12 +44,10 @@ io.bootique bootique - compile io.bootique.jetty bootique-jetty - compile io.bootique.cxf @@ -59,18 +57,15 @@ org.apache.cxf cxf-rt-frontend-jaxws - compile org.apache.cxf cxf-rt-transports-http - compile org.slf4j slf4j-api - compile diff --git a/pom.xml b/pom.xml index 161d0d2..fe9b5cf 100644 --- a/pom.xml +++ b/pom.xml @@ -61,11 +61,6 @@ - - io.bootique.cxf - bootique-cxf - ${project.version} - io.bootique bootique