From adc8bce42dc3b4efdf46363e49a785348ee4edac Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Mon, 2 Sep 2024 10:13:34 -0400 Subject: [PATCH] Replace net.java.dev.jaxb2-commons:jaxb-fluent-api with org.jvnet.jaxb2_commons:jaxb2-fluent-api --- systests/wsdl_maven/codegen/src/it/cxf-4004/pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/systests/wsdl_maven/codegen/src/it/cxf-4004/pom.xml b/systests/wsdl_maven/codegen/src/it/cxf-4004/pom.xml index 246615671d8..5dd134daefa 100644 --- a/systests/wsdl_maven/codegen/src/it/cxf-4004/pom.xml +++ b/systests/wsdl_maven/codegen/src/it/cxf-4004/pom.xml @@ -38,11 +38,10 @@ ${cxf.xjc-utils.version} - net.java.dev.jaxb2-commons - jaxb-fluent-api - 2.1.8 + org.jvnet.jaxb2_commons + jaxb2-fluent-api + 3.0 -