This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch cxf-4.1.0-fork in repository https://gitbox.apache.org/repos/asf/tomee.git
commit ecee5b351261e194f98fd51b4bb1e9153c8dd05d Author: Richard Zowalla <[email protected]> AuthorDate: Mon Jul 1 10:10:31 2024 +0200 TOMEE-4353 - Temporarily switch to CXF 4.1.0 fork version to have a stable version for a possible TomEE 10-M2 release. --- boms/tomee-microprofile/pom.xml | 390 ++++++++++++------------- boms/tomee-plume/pom.xml | 440 ++++++++++++++--------------- boms/tomee-plus/pom.xml | 440 ++++++++++++++--------------- boms/tomee-webprofile/pom.xml | 180 ++++++------ pom.xml | 23 +- server/openejb-cxf-rs/pom.xml | 10 +- server/openejb-cxf-transport/pom.xml | 6 +- server/openejb-cxf/pom.xml | 6 +- tck/microprofile-tck/jwt/pom.xml | 2 +- tck/microprofile-tck/opentracing/pom.xml | 2 +- tck/microprofile-tck/rest-client/pom.xml | 2 +- tomee/tomee-embedded/pom.xml | 40 +-- tomee/tomee-microprofile/mp-common/pom.xml | 2 +- 13 files changed, 771 insertions(+), 772 deletions(-) diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml index 75e24739b7..97bc473bd1 100644 --- a/boms/tomee-microprofile/pom.xml +++ b/boms/tomee-microprofile/pom.xml @@ -101,9 +101,9 @@ </exclusions> </dependency> <dependency> - <groupId>com.sun.istack</groupId> - <artifactId>istack-commons-runtime</artifactId> - <version>4.1.2</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-core</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -112,9 +112,9 @@ </exclusions> </dependency> <dependency> - <groupId>com.sun.xml.messaging.saaj</groupId> - <artifactId>saaj-impl</artifactId> - <version>2.0.1</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-bindings-soap</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -123,9 +123,9 @@ </exclusions> </dependency> <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - <version>1.9.4</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-bindings-xml</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -134,9 +134,9 @@ </exclusions> </dependency> <dependency> - <groupId>commons-cli</groupId> - <artifactId>commons-cli</artifactId> - <version>1.6.0</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-databinding-jaxb</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -145,9 +145,9 @@ </exclusions> </dependency> <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>1.16.0</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxrs</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -156,9 +156,9 @@ </exclusions> </dependency> <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.2.2</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxws</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -167,9 +167,9 @@ </exclusions> </dependency> <dependency> - <groupId>commons-daemon</groupId> - <artifactId>commons-daemon</artifactId> - <version>1.1.0</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-simple</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -178,9 +178,9 @@ </exclusions> </dependency> <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.3.2</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-management</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -189,9 +189,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.churchkey</groupId> - <artifactId>churchkey</artifactId> - <version>1.22</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-client</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -200,9 +200,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.micrometer</groupId> - <artifactId>micrometer-commons</artifactId> - <version>1.12.5</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-extension-providers</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -211,9 +211,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.micrometer</groupId> - <artifactId>micrometer-core</artifactId> - <version>1.12.5</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-mp-client</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -222,9 +222,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.micrometer</groupId> - <artifactId>micrometer-observation</artifactId> - <version>1.12.5</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-service-description</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -233,9 +233,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.micrometer</groupId> - <artifactId>micrometer-registry-prometheus</artifactId> - <version>1.12.5</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-sse</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -244,9 +244,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.opentracing.contrib</groupId> - <artifactId>opentracing-concurrent</artifactId> - <version>0.4.0</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-security-saml</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -255,9 +255,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.opentracing</groupId> - <artifactId>opentracing-api</artifactId> - <version>0.33.0</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-security</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -266,9 +266,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.opentracing</groupId> - <artifactId>opentracing-noop</artifactId> - <version>0.33.0</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-transports-http</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -277,9 +277,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.opentracing</groupId> - <artifactId>opentracing-util</artifactId> - <version>0.33.0</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-ws-addr</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -288,9 +288,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.prometheus</groupId> - <artifactId>simpleclient</artifactId> - <version>0.16.0</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-ws-policy</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -299,9 +299,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.prometheus</groupId> - <artifactId>simpleclient_common</artifactId> - <version>0.16.0</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-ws-security</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -310,9 +310,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.prometheus</groupId> - <artifactId>simpleclient_tracer_common</artifactId> - <version>0.16.0</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-wsdl</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -321,9 +321,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.prometheus</groupId> - <artifactId>simpleclient_tracer_otel</artifactId> - <version>0.16.0</version> + <groupId>com.sun.istack</groupId> + <artifactId>istack-commons-runtime</artifactId> + <version>4.1.2</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -332,9 +332,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.prometheus</groupId> - <artifactId>simpleclient_tracer_otel_agent</artifactId> - <version>0.16.0</version> + <groupId>com.sun.xml.messaging.saaj</groupId> + <artifactId>saaj-impl</artifactId> + <version>2.0.1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -343,9 +343,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.smallrye.common</groupId> - <artifactId>smallrye-common-annotation</artifactId> - <version>2.4.0</version> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>1.9.4</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -354,9 +354,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.smallrye.common</groupId> - <artifactId>smallrye-common-classloader</artifactId> - <version>2.4.0</version> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> + <version>1.6.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -365,9 +365,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.smallrye.common</groupId> - <artifactId>smallrye-common-constraint</artifactId> - <version>2.4.0</version> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.16.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -376,9 +376,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.smallrye.common</groupId> - <artifactId>smallrye-common-expression</artifactId> - <version>2.4.0</version> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.2</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -387,9 +387,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.smallrye.common</groupId> - <artifactId>smallrye-common-function</artifactId> - <version>2.4.0</version> + <groupId>commons-daemon</groupId> + <artifactId>commons-daemon</artifactId> + <version>1.1.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -398,9 +398,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.smallrye.config</groupId> - <artifactId>smallrye-config-common</artifactId> - <version>3.8.2</version> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.3.2</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -409,9 +409,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.smallrye.config</groupId> - <artifactId>smallrye-config-core</artifactId> - <version>3.8.2</version> + <groupId>io.churchkey</groupId> + <artifactId>churchkey</artifactId> + <version>1.22</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -420,9 +420,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.smallrye.config</groupId> - <artifactId>smallrye-config</artifactId> - <version>3.8.2</version> + <groupId>io.micrometer</groupId> + <artifactId>micrometer-commons</artifactId> + <version>1.12.5</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -431,9 +431,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.smallrye</groupId> - <artifactId>jandex</artifactId> - <version>3.1.6</version> + <groupId>io.micrometer</groupId> + <artifactId>micrometer-core</artifactId> + <version>1.12.5</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -442,9 +442,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.smallrye</groupId> - <artifactId>smallrye-fault-tolerance-api</artifactId> - <version>6.2.2</version> + <groupId>io.micrometer</groupId> + <artifactId>micrometer-observation</artifactId> + <version>1.12.5</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -453,9 +453,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.smallrye</groupId> - <artifactId>smallrye-fault-tolerance-autoconfig-core</artifactId> - <version>6.2.2</version> + <groupId>io.micrometer</groupId> + <artifactId>micrometer-registry-prometheus</artifactId> + <version>1.12.5</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -464,9 +464,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.smallrye</groupId> - <artifactId>smallrye-fault-tolerance-core</artifactId> - <version>6.2.2</version> + <groupId>io.opentracing.contrib</groupId> + <artifactId>opentracing-concurrent</artifactId> + <version>0.4.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -475,9 +475,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.smallrye</groupId> - <artifactId>smallrye-fault-tolerance</artifactId> - <version>6.2.2</version> + <groupId>io.opentracing</groupId> + <artifactId>opentracing-api</artifactId> + <version>0.33.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -486,9 +486,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.smallrye</groupId> - <artifactId>smallrye-health</artifactId> - <version>4.0.1</version> + <groupId>io.opentracing</groupId> + <artifactId>opentracing-noop</artifactId> + <version>0.33.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -497,9 +497,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.smallrye</groupId> - <artifactId>smallrye-metrics</artifactId> - <version>5.0.1</version> + <groupId>io.opentracing</groupId> + <artifactId>opentracing-util</artifactId> + <version>0.33.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -508,9 +508,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.smallrye</groupId> - <artifactId>smallrye-open-api-core</artifactId> - <version>3.10.0</version> + <groupId>io.prometheus</groupId> + <artifactId>simpleclient</artifactId> + <version>0.16.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -519,9 +519,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.smallrye</groupId> - <artifactId>smallrye-open-api-jaxrs</artifactId> - <version>3.10.0</version> + <groupId>io.prometheus</groupId> + <artifactId>simpleclient_common</artifactId> + <version>0.16.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -530,9 +530,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.smallrye</groupId> - <artifactId>smallrye-opentracing-contrib</artifactId> - <version>3.0.3</version> + <groupId>io.prometheus</groupId> + <artifactId>simpleclient_tracer_common</artifactId> + <version>0.16.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -541,9 +541,9 @@ </exclusions> </dependency> <dependency> - <groupId>io.smallrye</groupId> - <artifactId>smallrye-opentracing</artifactId> - <version>3.0.3</version> + <groupId>io.prometheus</groupId> + <artifactId>simpleclient_tracer_otel</artifactId> + <version>0.16.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -552,9 +552,9 @@ </exclusions> </dependency> <dependency> - <groupId>net.shibboleth.utilities</groupId> - <artifactId>java-support</artifactId> - <version>8.4.0</version> + <groupId>io.prometheus</groupId> + <artifactId>simpleclient_tracer_otel_agent</artifactId> + <version>0.16.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -563,9 +563,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.bval</groupId> - <artifactId>bval-jsr</artifactId> - <version>3.0.0</version> + <groupId>io.smallrye.common</groupId> + <artifactId>smallrye-common-annotation</artifactId> + <version>2.4.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -574,9 +574,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - <version>3.14.0</version> + <groupId>io.smallrye.common</groupId> + <artifactId>smallrye-common-classloader</artifactId> + <version>2.4.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -585,9 +585,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-pool2</artifactId> - <version>2.12.0</version> + <groupId>io.smallrye.common</groupId> + <artifactId>smallrye-common-constraint</artifactId> + <version>2.4.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -596,9 +596,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-core</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.smallrye.common</groupId> + <artifactId>smallrye-common-expression</artifactId> + <version>2.4.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -607,9 +607,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-bindings-soap</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.smallrye.common</groupId> + <artifactId>smallrye-common-function</artifactId> + <version>2.4.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -618,9 +618,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-bindings-xml</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.smallrye.config</groupId> + <artifactId>smallrye-config-common</artifactId> + <version>3.8.2</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -629,9 +629,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-databinding-jaxb</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.smallrye.config</groupId> + <artifactId>smallrye-config-core</artifactId> + <version>3.8.2</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -640,9 +640,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxrs</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.smallrye.config</groupId> + <artifactId>smallrye-config</artifactId> + <version>3.8.2</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -651,9 +651,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.smallrye</groupId> + <artifactId>jandex</artifactId> + <version>3.1.6</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -662,9 +662,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-simple</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.smallrye</groupId> + <artifactId>smallrye-fault-tolerance-api</artifactId> + <version>6.2.2</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -673,9 +673,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-management</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.smallrye</groupId> + <artifactId>smallrye-fault-tolerance-autoconfig-core</artifactId> + <version>6.2.2</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -684,9 +684,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-client</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.smallrye</groupId> + <artifactId>smallrye-fault-tolerance-core</artifactId> + <version>6.2.2</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -695,9 +695,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-extension-providers</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.smallrye</groupId> + <artifactId>smallrye-fault-tolerance</artifactId> + <version>6.2.2</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -706,9 +706,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-mp-client</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.smallrye</groupId> + <artifactId>smallrye-health</artifactId> + <version>4.0.1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -717,9 +717,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-service-description</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.smallrye</groupId> + <artifactId>smallrye-metrics</artifactId> + <version>5.0.1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -728,9 +728,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-sse</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.smallrye</groupId> + <artifactId>smallrye-open-api-core</artifactId> + <version>3.10.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -739,9 +739,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-security-saml</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.smallrye</groupId> + <artifactId>smallrye-open-api-jaxrs</artifactId> + <version>3.10.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -750,9 +750,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-security</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.smallrye</groupId> + <artifactId>smallrye-opentracing-contrib</artifactId> + <version>3.0.3</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -761,9 +761,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-transports-http</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.smallrye</groupId> + <artifactId>smallrye-opentracing</artifactId> + <version>3.0.3</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -772,9 +772,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-ws-addr</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>net.shibboleth.utilities</groupId> + <artifactId>java-support</artifactId> + <version>8.4.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -783,9 +783,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-ws-policy</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>org.apache.bval</groupId> + <artifactId>bval-jsr</artifactId> + <version>3.0.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -794,9 +794,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-ws-security</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.14.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -805,9 +805,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-wsdl</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>org.apache.commons</groupId> + <artifactId>commons-pool2</artifactId> + <version>2.12.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml index b0769e1661..44c5a697f5 100644 --- a/boms/tomee-plume/pom.xml +++ b/boms/tomee-plume/pom.xml @@ -100,6 +100,226 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-core</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-bindings-soap</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-bindings-xml</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-databinding-jaxb</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxrs</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxws</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-simple</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-management</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-client</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-extension-providers</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-mp-client</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-service-description</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-sse</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-security-saml</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-security</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-transports-http</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-ws-addr</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-ws-policy</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-ws-security</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-wsdl</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>com.sun.istack</groupId> <artifactId>istack-commons-runtime</artifactId> @@ -705,226 +925,6 @@ </exclusion> </exclusions> </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-core</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-bindings-soap</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-bindings-xml</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-databinding-jaxb</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxrs</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-simple</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-management</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-client</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-extension-providers</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-mp-client</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-service-description</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-sse</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-security-saml</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-security</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-transports-http</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-ws-addr</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-ws-policy</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-ws-security</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-wsdl</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> <dependency> <groupId>org.apache.geronimo.components</groupId> <artifactId>geronimo-connector</artifactId> diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml index b278339b91..aab23b428d 100644 --- a/boms/tomee-plus/pom.xml +++ b/boms/tomee-plus/pom.xml @@ -100,6 +100,226 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-core</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-bindings-soap</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-bindings-xml</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-databinding-jaxb</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxrs</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxws</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-simple</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-management</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-client</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-extension-providers</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-mp-client</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-service-description</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-sse</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-security-saml</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-security</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-transports-http</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-ws-addr</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-ws-policy</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-ws-security</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-wsdl</artifactId> + <version>4.1.0-tomee-M1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>com.sun.istack</groupId> <artifactId>istack-commons-runtime</artifactId> @@ -705,226 +925,6 @@ </exclusion> </exclusions> </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-core</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-bindings-soap</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-bindings-xml</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-databinding-jaxb</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxrs</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-simple</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-management</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-client</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-extension-providers</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-mp-client</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-service-description</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-sse</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-security-saml</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-security</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-transports-http</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-ws-addr</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-ws-policy</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-ws-security</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-wsdl</artifactId> - <version>4.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>*</artifactId> - <groupId>*</groupId> - </exclusion> - </exclusions> - </dependency> <dependency> <groupId>org.apache.geronimo.components</groupId> <artifactId>geronimo-connector</artifactId> diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml index 3884464a3f..ca6ba6b36b 100644 --- a/boms/tomee-webprofile/pom.xml +++ b/boms/tomee-webprofile/pom.xml @@ -57,9 +57,9 @@ </exclusions> </dependency> <dependency> - <groupId>com.sun.istack</groupId> - <artifactId>istack-commons-runtime</artifactId> - <version>4.1.2</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-core</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -68,9 +68,9 @@ </exclusions> </dependency> <dependency> - <groupId>com.sun.xml.messaging.saaj</groupId> - <artifactId>saaj-impl</artifactId> - <version>2.0.1</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-bindings-soap</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -79,9 +79,9 @@ </exclusions> </dependency> <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - <version>1.9.4</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-bindings-xml</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -90,9 +90,9 @@ </exclusions> </dependency> <dependency> - <groupId>commons-cli</groupId> - <artifactId>commons-cli</artifactId> - <version>1.6.0</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-databinding-jaxb</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -101,9 +101,9 @@ </exclusions> </dependency> <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>1.16.0</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxrs</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -112,9 +112,9 @@ </exclusions> </dependency> <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.2.2</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxws</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -123,9 +123,9 @@ </exclusions> </dependency> <dependency> - <groupId>commons-daemon</groupId> - <artifactId>commons-daemon</artifactId> - <version>1.1.0</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-simple</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -134,9 +134,9 @@ </exclusions> </dependency> <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.3.2</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-management</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -145,9 +145,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.bval</groupId> - <artifactId>bval-jsr</artifactId> - <version>3.0.0</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-client</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -156,9 +156,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - <version>3.14.0</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-extension-providers</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -167,9 +167,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-pool2</artifactId> - <version>2.12.0</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-service-description</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -178,9 +178,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-core</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-sse</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -189,9 +189,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-bindings-soap</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-security-saml</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -200,9 +200,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-bindings-xml</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-security</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -211,9 +211,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-databinding-jaxb</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-transports-http</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -222,9 +222,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxrs</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-ws-addr</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -233,9 +233,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-ws-policy</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -244,9 +244,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-simple</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-ws-security</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -255,9 +255,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-management</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>io.github.rzo1.org.apache.cxf</groupId> + <artifactId>cxf-rt-wsdl</artifactId> + <version>4.1.0-tomee-M1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -266,9 +266,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-client</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>com.sun.istack</groupId> + <artifactId>istack-commons-runtime</artifactId> + <version>4.1.2</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -277,9 +277,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-extension-providers</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>com.sun.xml.messaging.saaj</groupId> + <artifactId>saaj-impl</artifactId> + <version>2.0.1</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -288,9 +288,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-service-description</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>1.9.4</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -299,9 +299,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-sse</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> + <version>1.6.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -310,9 +310,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-security-saml</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.16.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -321,9 +321,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-security</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.2</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -332,9 +332,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-transports-http</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>commons-daemon</groupId> + <artifactId>commons-daemon</artifactId> + <version>1.1.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -343,9 +343,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-ws-addr</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.3.2</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -354,9 +354,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-ws-policy</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>org.apache.bval</groupId> + <artifactId>bval-jsr</artifactId> + <version>3.0.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -365,9 +365,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-ws-security</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.14.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -376,9 +376,9 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-wsdl</artifactId> - <version>4.1.0-SNAPSHOT</version> + <groupId>org.apache.commons</groupId> + <artifactId>commons-pool2</artifactId> + <version>2.12.0</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/pom.xml b/pom.xml index 5cbe441385..9ebe7af0cd 100644 --- a/pom.xml +++ b/pom.xml @@ -214,7 +214,7 @@ <version.activemq>6.1.2</version.activemq> <version.batchee>2.0.0</version.batchee> <version.bval>3.0.0</version.bval> - <version.cxf>4.1.0-SNAPSHOT</version.cxf> + <version.cxf>4.1.0-tomee-M1</version.cxf> <version.geronimo.components>4.0.0</version.geronimo.components> <!-- we currently rely on Mail Impl. from Geronimo, this might change in the future --> <version.geronimo-mail_2.1_provider>1.0.0</version.geronimo-mail_2.1_provider> @@ -962,7 +962,6 @@ <enabled>true</enabled> </releases> </repository> - </repositories> <pluginRepositories> <pluginRepository> @@ -1125,7 +1124,7 @@ <version>${version.bval}</version> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-core</artifactId> <version>${version.cxf}</version> <exclusions> @@ -1148,12 +1147,12 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> <version>${version.cxf}</version> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-rs-client</artifactId> <version>${version.cxf}</version> <exclusions> @@ -1176,7 +1175,7 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxrs</artifactId> <version>${version.cxf}</version> <exclusions> @@ -1203,7 +1202,7 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> <version>${version.cxf}</version> <exclusions> @@ -1238,7 +1237,7 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-ws-security</artifactId> <version>${version.cxf}</version> <exclusions> @@ -1249,22 +1248,22 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-rs-sse</artifactId> <version>${version.cxf}</version> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-management</artifactId> <version>${version.cxf}</version> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-rs-service-description</artifactId> <version>${version.cxf}</version> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-rs-extension-providers</artifactId> <version>${version.cxf}</version> </dependency> diff --git a/server/openejb-cxf-rs/pom.xml b/server/openejb-cxf-rs/pom.xml index 763101bbc2..bca114661c 100644 --- a/server/openejb-cxf-rs/pom.xml +++ b/server/openejb-cxf-rs/pom.xml @@ -47,23 +47,23 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-rs-client</artifactId> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxrs</artifactId> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-rs-sse</artifactId> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-rs-service-description</artifactId> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-rs-extension-providers</artifactId> </dependency> <dependency> diff --git a/server/openejb-cxf-transport/pom.xml b/server/openejb-cxf-transport/pom.xml index 53029e55d7..e4b2ff8133 100644 --- a/server/openejb-cxf-transport/pom.xml +++ b/server/openejb-cxf-transport/pom.xml @@ -37,15 +37,15 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-core</artifactId> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-management</artifactId> </dependency> </dependencies> diff --git a/server/openejb-cxf/pom.xml b/server/openejb-cxf/pom.xml index dba263e1e6..6df98bf016 100644 --- a/server/openejb-cxf/pom.xml +++ b/server/openejb-cxf/pom.xml @@ -51,15 +51,15 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-core</artifactId> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-ws-security</artifactId> </dependency> <dependency> diff --git a/tck/microprofile-tck/jwt/pom.xml b/tck/microprofile-tck/jwt/pom.xml index 5f009ffdf0..3e22e415b2 100644 --- a/tck/microprofile-tck/jwt/pom.xml +++ b/tck/microprofile-tck/jwt/pom.xml @@ -121,7 +121,7 @@ <version>${tomcat.version}</version> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-rs-client</artifactId> <version>${version.cxf}</version> <scope>test</scope> diff --git a/tck/microprofile-tck/opentracing/pom.xml b/tck/microprofile-tck/opentracing/pom.xml index e4c2a243e1..4327774e01 100644 --- a/tck/microprofile-tck/opentracing/pom.xml +++ b/tck/microprofile-tck/opentracing/pom.xml @@ -112,7 +112,7 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-rs-client</artifactId> <version>${version.cxf}</version> <scope>test</scope> diff --git a/tck/microprofile-tck/rest-client/pom.xml b/tck/microprofile-tck/rest-client/pom.xml index 42add6a450..df568608fa 100644 --- a/tck/microprofile-tck/rest-client/pom.xml +++ b/tck/microprofile-tck/rest-client/pom.xml @@ -230,7 +230,7 @@ </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-rs-mp-client</artifactId> <version>${version.cxf}</version> <scope>test</scope> diff --git a/tomee/tomee-embedded/pom.xml b/tomee/tomee-embedded/pom.xml index 7d7df5457d..881a7d604e 100644 --- a/tomee/tomee-embedded/pom.xml +++ b/tomee/tomee-embedded/pom.xml @@ -113,16 +113,16 @@ <exclude>org.cryptacular:cryptacular</exclude> <exclude>org.bouncycastle:bcprov-jdk15to18</exclude> <exclude>org.apache.neethi:neethi</exclude> - <exclude>org.apache.cxf:cxf-rt-frontend-jaxws</exclude> - <exclude>org.apache.cxf:cxf-rt-bindings-soap</exclude> - <exclude>org.apache.cxf:cxf-rt-bindings-xml</exclude> - <exclude>org.apache.cxf:cxf-rt-frontend-simple</exclude> - <exclude>org.apache.cxf:cxf-rt-wsdl</exclude> - <exclude>org.apache.cxf:cxf-rt-databinding-jaxb</exclude> - <exclude>org.apache.cxf:cxf-rt-ws-addr</exclude> - <exclude>org.apache.cxf:cxf-rt-ws-security</exclude> - <exclude>org.apache.cxf:cxf-rt-ws-policy</exclude> - <exclude>org.apache.cxf:cxf-rt-security-saml</exclude> + <exclude>io.github.rzo1.org.apache.cxf:cxf-rt-frontend-jaxws</exclude> + <exclude>io.github.rzo1.org.apache.cxf:cxf-rt-bindings-soap</exclude> + <exclude>io.github.rzo1.org.apache.cxf:cxf-rt-bindings-xml</exclude> + <exclude>io.github.rzo1.org.apache.cxf:cxf-rt-frontend-simple</exclude> + <exclude>io.github.rzo1.org.apache.cxf:cxf-rt-wsdl</exclude> + <exclude>io.github.rzo1.org.apache.cxf:cxf-rt-databinding-jaxb</exclude> + <exclude>io.github.rzo1.org.apache.cxf:cxf-rt-ws-addr</exclude> + <exclude>io.github.rzo1.org.apache.cxf:cxf-rt-ws-security</exclude> + <exclude>io.github.rzo1.org.apache.cxf:cxf-rt-ws-policy</exclude> + <exclude>io.github.rzo1.org.apache.cxf:cxf-rt-security-saml</exclude> <exclude>org.apache.ws.xmlschema:xmlschema-core</exclude> <exclude>xml-resolver:xml-resolver</exclude> <exclude>com.sun.xml.messaging.saaj:saaj-impl</exclude> @@ -155,16 +155,16 @@ <exclude>${project.groupId}:tomee-jaxrs</exclude> <exclude>${project.groupId}:openejb-rest</exclude> <exclude>${project.groupId}:openejb-cxf-rs</exclude> - <exclude>org.apache.cxf:cxf-rt-rs-service-description</exclude> - <exclude>org.apache.cxf:cxf-rt-rs-client</exclude> - <exclude>org.apache.cxf:cxf-rt-frontend-jaxrs</exclude> - <exclude>org.apache.cxf:cxf-rt-rs-extension-search</exclude> - <exclude>org.apache.cxf:cxf-rt-rs-json-basic</exclude> - <exclude>org.apache.cxf:cxf-rt-rs-security-cors</exclude> - <exclude>org.apache.cxf:cxf-rt-rs-security-oauth2</exclude> - <exclude>org.apache.cxf:cxf-rt-rs-security-jose-jaxrs</exclude> - <exclude>org.apache.cxf:cxf-rt-rs-security-jose</exclude> - <exclude>org.apache.cxf:cxf-rt-rs-extension-providers</exclude> + <exclude>io.github.rzo1.org.apache.cxf:cxf-rt-rs-service-description</exclude> + <exclude>io.github.rzo1.org.apache.cxf:cxf-rt-rs-client</exclude> + <exclude>io.github.rzo1.org.apache.cxf:cxf-rt-frontend-jaxrs</exclude> + <exclude>io.github.rzo1.org.apache.cxf:cxf-rt-rs-extension-search</exclude> + <exclude>io.github.rzo1.org.apache.cxf:cxf-rt-rs-json-basic</exclude> + <exclude>io.github.rzo1.org.apache.cxf:cxf-rt-rs-security-cors</exclude> + <exclude>io.github.rzo1.org.apache.cxf:cxf-rt-rs-security-oauth2</exclude> + <exclude>io.github.rzo1.org.apache.cxf:cxf-rt-rs-security-jose-jaxrs</exclude> + <exclude>io.github.rzo1.org.apache.cxf:cxf-rt-rs-security-jose</exclude> + <exclude>io.github.rzo1.org.apache.cxf:cxf-rt-rs-extension-providers</exclude> <exclude>org.apache.johnzon:johnzon-jaxrs</exclude> <exclude>org.apache.johnzon:johnzon-mapper</exclude> </excludes> diff --git a/tomee/tomee-microprofile/mp-common/pom.xml b/tomee/tomee-microprofile/mp-common/pom.xml index ae7c95379c..4362b0d7be 100644 --- a/tomee/tomee-microprofile/mp-common/pom.xml +++ b/tomee/tomee-microprofile/mp-common/pom.xml @@ -317,7 +317,7 @@ </dependency> <dependency> - <groupId>org.apache.cxf</groupId> + <groupId>io.github.rzo1.org.apache.cxf</groupId> <artifactId>cxf-rt-rs-mp-client</artifactId> <version>${version.cxf}</version> <exclusions>
