cxf-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>4.1.1</version> </dependency>
<?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you 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. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf</artifactId> <version>4.1.1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>cxf-parent</artifactId> <name>Apache CXF Parent</name> <description>Apache CXF Parent POM</description> <url>https://cxf.apache.org</url> <packaging>pom</packaging> <properties> <cxf.protect-xmlschema-collections>false</cxf.protect-xmlschema-collections> <cxf.surefire.fork.count>1</cxf.surefire.fork.count> <cxf.surefire.format>brief</cxf.surefire.format> <cxf.surefire.usefile>false</cxf.surefire.usefile> <org.apache.cxf.transport.websocket.atmosphere.disabled>false</org.apache.cxf.transport.websocket.atmosphere.disabled> <cxf.surefire.parallel.mode /> <cxf.surefire.fork.vmargs>-ea</cxf.surefire.fork.vmargs> <cxf.server.launcher.vmargs>-ea</cxf.server.launcher.vmargs> <cxf.surefire.enable.assertions>true</cxf.surefire.enable.assertions> <cxf.surefire.rerun.count>3</cxf.surefire.rerun.count> <cxf.checkstyle.extension /> <cxf.compile.flags>-Xlint:unchecked,deprecation,fallthrough,finally</cxf.compile.flags> <cxf.compile.show.deprecation>true</cxf.compile.show.deprecation> <cxf.codegenplugin.forkmode>once</cxf.codegenplugin.forkmode> <cxf.codegen.jvmArgs>-Djakarta.xml.accessExternalSchema=file</cxf.codegen.jvmArgs> <cxf.downloadSources>true</cxf.downloadSources> <cxf.jaxb.context.class /> <cxf.pmd.eclipse.ruleset.ext /> <cxf.resources.base.path /> <cxf.spring.validation.mode>VALIDATION_AUTO</cxf.spring.validation.mode> <cxf.xjc.jvmArgs /> <cxf.xjcplugin.forkmode>false</cxf.xjcplugin.forkmode> <cxf.eclipse.outputDirectory>${basedir}/target/classes</cxf.eclipse.outputDirectory> <!-- stuff related to ASM --> <cxf.asm.groupId>org.ow2.asm</cxf.asm.groupId> <cxf.asm.artifactId>asm</cxf.asm.artifactId> <cxf.asm.version>9.7.1</cxf.asm.version> <!-- OSGi related properties --> <cxf.fragment.host /> <cxf.bundle.activation.policy>lazy</cxf.bundle.activation.policy> <cxf.bundle.activator /> <cxf.osgi.import /> <cxf.osgi.symbolic.name>${project.groupId}.${project.artifactId}</cxf.osgi.symbolic.name> <cxf.osgi.dynamic.import /> <cxf.osgi.asm.version>[9.5,10)</cxf.osgi.asm.version> <cxf.osgi.spring.version>[6,7)</cxf.osgi.spring.version> <cxf.osgi.slf4j.version>[2,3)</cxf.osgi.slf4j.version> <cxf.osgi.jakarta.annotation.version>[2,3)</cxf.osgi.jakarta.annotation.version> <cxf.osgi.jakarta.bind.version>[3,4)</cxf.osgi.jakarta.bind.version> <cxf.osgi.jakarta.activation.version>[2,3)</cxf.osgi.jakarta.activation.version> <cxf.osgi.jakarta.mail.version>[2,3)</cxf.osgi.jakarta.mail.version> <cxf.osgi.jakarta.servlet.version>[5,6)</cxf.osgi.jakarta.servlet.version> <cxf.osgi.jakarta.xml.ws.version>[3,4)</cxf.osgi.jakarta.xml.ws.version> <cxf.osgi.cdi.version>[3,4)</cxf.osgi.cdi.version> <cxf.osgi.jakarta.jwsapi.version>[4,5)</cxf.osgi.jakarta.jwsapi.version> <cxf.osgi.saaj.version>[2,3)</cxf.osgi.saaj.version> <cxf.opensaml.osgi.version>[4.2,5)</cxf.opensaml.osgi.version> <cxf.ehcache.osgi.version>[3,4)</cxf.ehcache.osgi.version> <cxf.jetty.osgi.version>[12,13)</cxf.jetty.osgi.version> <cxf.osgi.netty.version>[4.1,5)</cxf.osgi.netty.version> <cxf.undertow.xnio.osgi.version>[3.8,4)</cxf.undertow.xnio.osgi.version> <cxf.undertow.osgi.version>[2.2,3)</cxf.undertow.osgi.version> <cxf.osgi.jakarta.jms.version>[3.1,4)</cxf.osgi.jakarta.jms.version> <cxf.osgi.jakarta.transaction.version>[2,3)</cxf.osgi.jakarta.transaction.version> <!-- please maintain alphabetical order here --> <cxf.activemq.artemis.version>2.39.0</cxf.activemq.artemis.version> <cxf.ahc.version>3.0.1</cxf.ahc.version> <cxf.arquillian.version>1.8.1.Final</cxf.arquillian.version> <cxf.arquillian.weld.container.version>3.0.2.Final</cxf.arquillian.weld.container.version> <cxf.aspectj.version>1.9.22.1</cxf.aspectj.version> <cxf.assertj.version>3.27.3</cxf.assertj.version> <cxf.atmosphere.version.range>[3.0, 4.0)</cxf.atmosphere.version.range> <cxf.atmosphere.version>3.0.13</cxf.atmosphere.version> <cxf.bcprov.version>1.77</cxf.bcprov.version> <cxf.brave.version>6.1.0</cxf.brave.version> <cxf.cdi.api.version>4.0.1</cxf.cdi.api.version> <cxf.classgraph.version>4.8.25</cxf.classgraph.version> <cxf.classmate.version>1.5.1</cxf.classmate.version> <cxf.commons-codec.version>1.17.1</cxf.commons-codec.version> <cxf.commons-io.version>2.16.1</cxf.commons-io.version> <cxf.commons-jcs-jcache.version>2.2.1</cxf.commons-jcs-jcache.version> <cxf.commons-lang3.version>3.17.0</cxf.commons-lang3.version> <cxf.commons-logging.version>1.2</cxf.commons-logging.version> <cxf.commons-text.version>1.12.0</cxf.commons-text.version> <cxf.derby.version>10.16.1.1</cxf.derby.version> <cxf.dom4j.version>2.1.4</cxf.dom4j.version> <cxf.dropwizard3.version>3.2.6</cxf.dropwizard3.version> <cxf.dropwizard4.version>4.2.30</cxf.dropwizard4.version> <cxf.ehcache3.version>3.10.8</cxf.ehcache3.version> <cxf.el-api.version>5.0.1</cxf.el-api.version> <cxf.findbugs.version>3.0.2</cxf.findbugs.version> <cxf.jvnet.jaxb.version>4.0.8</cxf.jvnet.jaxb.version> <cxf.geronimo.jta.version>1.1.1</cxf.geronimo.jta.version> <cxf.geronimo.openapi.version>1.0.15</cxf.geronimo.openapi.version> <cxf.glassfish.el.version>4.0.2</cxf.glassfish.el.version> <cxf.glassfish.json.version>2.0.1</cxf.glassfish.json.version> <cxf.hamcrest.version>3.0</cxf.hamcrest.version> <cxf.hazelcast.version>5.5.0</cxf.hazelcast.version> <cxf.hibernate.em.version>6.6.9.Final</cxf.hibernate.em.version> <cxf.hibernate.validator.version>8.0.2.Final</cxf.hibernate.validator.version> <cxf.hsqldb.version>2.7.4</cxf.hsqldb.version> <cxf.httpcomponents.asyncclient.version.range>[4.0,4.2)</cxf.httpcomponents.asyncclient.version.range> <cxf.httpcomponents.asyncclient.version>4.1.5</cxf.httpcomponents.asyncclient.version> <cxf.httpcomponents.client.version>4.5.14</cxf.httpcomponents.client.version> <cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range> <cxf.httpcomponents.core.version>4.4.16</cxf.httpcomponents.core.version> <cxf.httpcomponents.client5.version>5.4.2</cxf.httpcomponents.client5.version> <cxf.httpcomponents.core5.version>5.3.3</cxf.httpcomponents.core5.version> <cxf.jackson.version>2.18.2</cxf.jackson.version> <cxf.jackson.databind.version>2.18.2</cxf.jackson.databind.version> <cxf.jacorb.version>3.9</cxf.jacorb.version> <cxf.jaeger.version>1.8.1</cxf.jaeger.version> <cxf.jakarta.activation.version>2.1.3</cxf.jakarta.activation.version> <cxf.jakarta.mail.version>2.1.3</cxf.jakarta.mail.version> <cxf.jakarta.injectapi.version>2.0.1</cxf.jakarta.injectapi.version> <cxf.jakarta.interceptorapi.version>2.1.0</cxf.jakarta.interceptorapi.version> <cxf.jakarta.soapapi.version>3.0.2</cxf.jakarta.soapapi.version> <cxf.jakarta.wsapi.version>4.0.2</cxf.jakarta.wsapi.version> <cxf.jakarta.jms.version>3.1.0</cxf.jakarta.jms.version> <cxf.jakarta.transaction.version>2.0.1</cxf.jakarta.transaction.version> <cxf.jakarta.ejb.version>4.0.1</cxf.jakarta.ejb.version> <cxf.jakarta.resource.version>2.1.0</cxf.jakarta.resource.version> <cxf.jakarta.management.j2ee-api.version>1.1.4</cxf.jakarta.management.j2ee-api.version> <cxf.james.mim4j.version>0.7.2</cxf.james.mim4j.version> <cxf.javassist.version>3.29.2-GA</cxf.javassist.version> <cxf.jakarta.annotation-api.version>2.1.1</cxf.jakarta.annotation-api.version> <cxf.jakarta.ws.rs.version>3.1.0</cxf.jakarta.ws.rs.version> <cxf.jaxb.runtime.version>4.0.5</cxf.jaxb.runtime.version> <cxf.jaxb.version>4.0.2</cxf.jaxb.version> <cxf.jaxb.xjc.version>${cxf.jaxb.runtime.version}</cxf.jaxb.xjc.version> <cxf.jaxen.version>2.0.0</cxf.jaxen.version> <cxf.jboss.logging.version>3.6.1.Final</cxf.jboss.logging.version> <cxf.jboss.weld.version>5.1.2.Final</cxf.jboss.weld.version> <cxf.jboss.narayana.version>5.13.1.Final</cxf.jboss.narayana.version> <cxf.jcache.version>1.1.1</cxf.jcache.version> <cxf.jdom.version>1.0</cxf.jdom.version> <cxf.jettison.version>1.5.4</cxf.jettison.version> <cxf.jetty12.version>12.0.16</cxf.jetty12.version> <cxf.jetty.version>${cxf.jetty12.version}</cxf.jetty.version> <cxf.jexl.version>3.3</cxf.jexl.version> <cxf.joda.time.version>2.10.10</cxf.joda.time.version> <cxf.johnzon.version>1.2.21</cxf.johnzon.version> <cxf.json.api.version>2.1.3</cxf.json.api.version> <cxf.json.bind-api.version>3.0.1</cxf.json.bind-api.version> <cxf.jsr250.api.version>1.0</cxf.jsr250.api.version> <cxf.junit.version>4.13.2</cxf.junit.version> <cxf.junit5.version>5.12.0</cxf.junit5.version> <cxf.kerby.version>2.0.3</cxf.kerby.version> <cxf.ldapsdk.version>7.0.2</cxf.ldapsdk.version> <cxf.littleproxy.version>1.1.2</cxf.littleproxy.version> <cxf.logback.classic.version>1.5.16</cxf.logback.classic.version> <cxf.lucene.version>9.12.1</cxf.lucene.version> <cxf.maven.core.version>3.9.8</cxf.maven.core.version> <cxf.micrometer.version>1.14.4</cxf.micrometer.version> <cxf.micrometer-tracing.version>1.4.3</cxf.micrometer-tracing.version> <cxf.microprofile.config.version>3.1</cxf.microprofile.config.version> <cxf.microprofile.rest.client.version>3.0.1</cxf.microprofile.rest.client.version> <cxf.microprofile.openapi.version>3.1.2</cxf.microprofile.openapi.version> <cxf.mina.version>2.2.4</cxf.mina.version> <cxf.mockito.version>5.15.2</cxf.mockito.version> <cxf.msv.version>2022.7</cxf.msv.version> <cxf.neethi.version>3.2.1</cxf.neethi.version> <cxf.netty.version.range>[4,5)</cxf.netty.version.range> <cxf.netty.version>4.1.119.Final</cxf.netty.version> <cxf.netty.tcnative.version>2.0.69.Final</cxf.netty.tcnative.version> <cxf.olingo.version>2.0.12</cxf.olingo.version> <cxf.openjpa.version>3.2.2</cxf.openjpa.version> <cxf.opentelemetry.version>1.47.0</cxf.opentelemetry.version> <cxf.opentelemetry.semconv.version>1.29.0-alpha</cxf.opentelemetry.semconv.version> <cxf.opentracing.version>0.33.0</cxf.opentracing.version> <cxf.openwebbeans.version>2.0.27</cxf.openwebbeans.version> <cxf.parsson.version>1.1.7</cxf.parsson.version> <cxf.persistence-api.version>3.1.0</cxf.persistence-api.version> <cxf.plexus-archiver.version>4.10.0</cxf.plexus-archiver.version> <cxf.plexus-utils.version>3.5.1</cxf.plexus-utils.version> <cxf.reactivestreams.version>1.0.4</cxf.reactivestreams.version> <cxf.reactor.version>3.7.3</cxf.reactor.version> <cxf.rhino.version>1.7.15</cxf.rhino.version> <cxf.rxjava.version>1.3.8</cxf.rxjava.version> <cxf.rxjava2.version>2.2.21</cxf.rxjava2.version> <cxf.rxjava3.version>3.1.10</cxf.rxjava3.version> <cxf.saaj-impl.version>3.0.4</cxf.saaj-impl.version> <cxf.servlet-api.artifact>jakarta.servlet-api</cxf.servlet-api.artifact> <cxf.servlet-api.group>jakarta.servlet</cxf.servlet-api.group> <cxf.servlet-api.version>6.0.0</cxf.servlet-api.version> <cxf.slf4j.version>2.0.17</cxf.slf4j.version> <cxf.snakeyaml.version>2.4</cxf.snakeyaml.version> <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version> <cxf.spring.boot.version>3.4.3</cxf.spring.boot.version> <cxf.spring.ldap.version>3.2.11</cxf.spring.ldap.version> <cxf.spring.mock>spring-test</cxf.spring.mock> <cxf.spring.security.version>6.4.3</cxf.spring.security.version> <cxf.spring.version>6.2.3</cxf.spring.version> <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version> <cxf.swagger.ui.version>5.18.3</cxf.swagger.ui.version> <cxf.swagger.v3.version>2.2.28</cxf.swagger.v3.version> <cxf.tika.version>3.0.0</cxf.tika.version> <cxf.tomcat.version>10.1.35</cxf.tomcat.version> <cxf.tomitribe.http.signature.version>1.8</cxf.tomitribe.http.signature.version> <cxf.undertow.version>2.3.18.Final</cxf.undertow.version> <cxf.yasson.version>3.0.4</cxf.yasson.version> <!-- the Export-Package is the same as the Maven artifact version (with the Final), but we don't want an import package with a version with a qualifier. We do want a range. --> <cxf.validation.api.package.version>[3,4)</cxf.validation.api.package.version> <cxf.validation.api.version>3.0.2</cxf.validation.api.version> <cxf.velocity.version>2.3</cxf.velocity.version> <cxf.wildfly.common.version>2.0.1</cxf.wildfly.common.version> <cxf.wiremock.version>3.12.0</cxf.wiremock.version> <cxf.woodstox.core.version>7.1.0</cxf.woodstox.core.version> <cxf.woodstox.stax2-api.version>4.2.1</cxf.woodstox.stax2-api.version> <cxf.wsdl4j.version>1.6.3</cxf.wsdl4j.version> <cxf.jakarta.wss4j.version>4.0.0</cxf.jakarta.wss4j.version> <cxf.xmlschema.version>2.3.1</cxf.xmlschema.version> <cxf.xnio.version>3.8.16.Final</cxf.xnio.version> <cxf.zest.version>2.1</cxf.zest.version> <cxf.zipkin-reporter.version>3.5.0</cxf.zipkin-reporter.version> <!-- various OSGi related versions --> <cxf.aries.api.version>1.0.1</cxf.aries.api.version> <cxf.aries.core.version>1.10.3</cxf.aries.core.version> <cxf.aries.fly.version>1.2</cxf.aries.fly.version> <cxf.aries.parser.version>1.6.1</cxf.aries.parser.version> <cxf.aries.version.range>[1.0,2)</cxf.aries.version.range> <cxf.bcel.bundle.version>5.2_4</cxf.bcel.bundle.version> <cxf.dom4j.bundle.version>2.1.3_1</cxf.dom4j.bundle.version> <cxf.fastinfoset.bundle.version>1.2.18_1</cxf.fastinfoset.bundle.version> <cxf.felix.configadmin.version>1.2.4</cxf.felix.configadmin.version> <cxf.istack.version>4.2.0</cxf.istack.version> <cxf.jakarta.angus.mail.version>2.0.3</cxf.jakarta.angus.mail.version> <cxf.jakarta.angus.activation.version>2.0.2</cxf.jakarta.angus.activation.version> <cxf.jasypt.bundle.version>1.9.3_1</cxf.jasypt.bundle.version> <cxf.jaxb.bundle.version>2.3.2_1</cxf.jaxb.bundle.version> <cxf.jaxb.context.class.property>none</cxf.jaxb.context.class.property> <cxf.jdom.bundle.version>1.1_4</cxf.jdom.bundle.version> <cxf.karaf.version>4.4.0</cxf.karaf.version> <cxf.oauth.bundle.version>20100527_1</cxf.oauth.bundle.version> <cxf.oro.bundle.version>2.0.8_6</cxf.oro.bundle.version> <cxf.pax.exam.version>4.13.5</cxf.pax.exam.version> <cxf.reflections.bundle.version>0.9.11_2</cxf.reflections.bundle.version> <cxf.rhino.bundle.version>1.7.13_1</cxf.rhino.bundle.version> <cxf.servicemix.aspectj.version>1.9.1_1</cxf.servicemix.aspectj.version> <cxf.servicemix.jakarta.el.version>3.0.0_1</cxf.servicemix.jakarta.el.version> <cxf.servicemix.jaxrs.specs.version>2.9.1</cxf.servicemix.jaxrs.specs.version> <cxf.servicemix.jodatime.version>2.3_1</cxf.servicemix.jodatime.version> <cxf.servicemix.jsoup.version>1.5.2_2</cxf.servicemix.jsoup.version> <cxf.servicemix.specs.jaxb.version>2.3_2</cxf.servicemix.specs.jaxb.version> <cxf.servicemix.specs.version>2.9.0</cxf.servicemix.specs.version> <cxf.wsdl4j.bundle.version>1.6.3_1</cxf.wsdl4j.bundle.version> <cxf.xmlresolver.bundle.version>1.2_5</cxf.xmlresolver.bundle.version> <cxf.xpp3.bundle.version>1.1.4c_6</cxf.xpp3.bundle.version> <cxf.awaitility.version>4.3.0</cxf.awaitility.version> </properties> <build> <resources> <resource> <directory>src/main/java</directory> <excludes> <exclude>**/*.java</exclude> <exclude>**/package.html</exclude> </excludes> </resource> <resource> <directory>src/main/resources</directory> <includes> <include>**/*</include> </includes> </resource> <resource> <directory>src/main/resources-filtered</directory> <includes> <include>**</include> </includes> <filtering>true</filtering> </resource> <resource> <directory>target/generated/src/main/resources</directory> <includes> <include>**</include> </includes> </resource> </resources> <testResources> <testResource> <directory>src/test/java</directory> <excludes> <exclude>**/*.java</exclude> </excludes> </testResource> <testResource> <directory>src/test/resources</directory> <includes> <include>**</include> </includes> </testResource> <testResource> <directory>target/generated/src/test/resources</directory> <includes> <include>**</include> </includes> </testResource> </testResources> <pluginManagement> <plugins> <plugin> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>depends-maven-plugin</artifactId> <version>1.4.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <configuration> <archive> <manifestEntries> <Bundle-SymbolicName>${cxf.osgi.symbolic.name}.source</Bundle-SymbolicName> <Eclipse-SourceBundle>${cxf.osgi.symbolic.name};version="${cxf.osgi.version.clean}"</Eclipse-SourceBundle> </manifestEntries> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <configuration> <outputDirectory>${cxf.eclipse.outputDirectory}</outputDirectory> <buildcommands> <java.lang.String>org.eclipse.jdt.core.javabuilder</java.lang.String> <java.lang.String>net.sf.eclipsecs.core.CheckstyleBuilder</java.lang.String> <java.lang.String>${PMD_BUILDER}</java.lang.String> </buildcommands> <projectnatures> <nature>org.eclipse.jdt.core.javanature</nature> <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> <nature>${PMD_NATURE}</nature> </projectnatures> <ajdtVersion>none</ajdtVersion> <additionalConfig> <file> <name>.checkstyle</name> <location>/cxf-eclipse-checkstyle${cxf.checkstyle.extension}</location> </file> <file> <name>.pmd</name> <location>/cxf-eclipse-pmd${cxf.pmd.eclipse.ruleset.ext}</location> </file> <file> <name>.eclipse-pmd</name> <location>/cxf-eclipse-pmd-new</location> </file> <file> <name>.ruleset</name> <location>/cxf-pmd-ruleset${cxf.pmd.eclipse.ruleset.ext}.xml</location> </file> </additionalConfig> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>3.2.2</version> <dependencies> <dependency> <groupId>org.apache.cxf.build-utils</groupId> <artifactId>cxf-buildtools</artifactId> <version>${cxf.build-utils.version}</version> </dependency> <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> <version>10.21.3</version> </dependency> </dependencies> <configuration> <includeResources>false</includeResources> </configuration> <executions> <execution> <id>validate</id> <phase>validate</phase> <configuration> <includeTestSourceDirectory>true</includeTestSourceDirectory> <configLocation>${cxf.resources.base.path}cxf-checkstyle${cxf.checkstyle.extension}.xml</configLocation> <consoleOutput>true</consoleOutput> <failsOnError>true</failsOnError> <linkXRef>false</linkXRef> <suppressionsLocation>${cxf.resources.base.path}cxf-checkstyle-suppressions.xml</suppressionsLocation> <excludes>**/archetype-resources/**/*.java</excludes> </configuration> <goals> <goal>checkstyle</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <version>3.23.0</version> <dependencies> <dependency> <groupId>org.apache.cxf.build-utils</groupId> <artifactId>cxf-buildtools</artifactId> <version>${cxf.build-utils.version}</version> </dependency> <dependency> <groupId>net.sourceforge.pmd</groupId> <artifactId>pmd-core</artifactId> <version>7.11.0</version> </dependency> <dependency> <groupId>net.sourceforge.pmd</groupId> <artifactId>pmd-java</artifactId> <version>7.11.0</version> </dependency> </dependencies> <configuration> <rulesets> <ruleset>${cxf.resources.base.path}cxf-pmd-ruleset.xml</ruleset> </rulesets> <targetJdk>11</targetJdk> <linkXRef>false</linkXRef> <includeTests>true</includeTests> <verbose>true</verbose> <excludeRoots> <excludeRoot>${basedir}/src/main/generated</excludeRoot> </excludeRoots> <analysisCache>true</analysisCache> </configuration> <executions> <execution> <id>validate</id> <phase>validate</phase> <goals> <goal>check</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <includes> <include>**/*Test.java</include> <include>**/*TestCase.java</include> <include>**/*TestCases.java</include> </includes> <!-- do not exclude **/Abstract*Test.java **/Abstract*TestCase.java --> <excludes> <exclude>**/*$*</exclude> </excludes> <!--disableXmlReport>true</disableXmlReport--> <runOrder>alphabetical</runOrder> <reportFormat>${cxf.surefire.format}</reportFormat> <useFile>${cxf.surefire.usefile}</useFile> <forkCount>${cxf.surefire.fork.count}</forkCount> <childDelegation>false</childDelegation> <argLine>${cxf.surefire.fork.vmargs} -D${cxf.jaxb.context.class.property}=${cxf.jaxb.context.class}</argLine> <enableAssertions>${cxf.surefire.enable.assertions}</enableAssertions> <parallel>${cxf.surefire.parallel.mode}</parallel> <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory" /> <rerunFailingTestsCount>${cxf.surefire.rerun.count}</rerunFailingTestsCount> <systemPropertyVariables> <java.io.tmpdir>${basedir}/target</java.io.tmpdir> <cxf.useRandomFirstPort>true</cxf.useRandomFirstPort> <org.apache.cxf.JDKBugHacks.all>true</org.apache.cxf.JDKBugHacks.all> <org.apache.ws.commons.schema.protectReadOnlyCollections>${cxf.protect-xmlschema-collections}</org.apache.ws.commons.schema.protectReadOnlyCollections> <cxf.validateServiceSchemas>${cxf.validateServices}</cxf.validateServiceSchemas> <java.awt.headless>${java.awt.headless}</java.awt.headless> <java.util.logging.config.file>${basedir}/target/test-classes/logging.properties</java.util.logging.config.file> <org.apache.activemq.default.directory.prefix>${basedir}/target/ActiveMQ/</org.apache.activemq.default.directory.prefix> <derby.system.home>${basedir}/target/derby</derby.system.home> <spring.validation.mode>${cxf.spring.validation.mode}</spring.validation.mode> <server.launcher.vmargs>${cxf.server.launcher.vmargs}</server.launcher.vmargs> <org.apache.cxf.transport.http.async.usePolicy>ASYNC_ONLY</org.apache.cxf.transport.http.async.usePolicy> <org.apache.cxf.transport.websocket.atmosphere.disabled>${org.apache.cxf.transport.websocket.atmosphere.disabled}</org.apache.cxf.transport.websocket.atmosphere.disabled> <org.apache.xml.security.securerandom.algorithm>SHA1PRNG</org.apache.xml.security.securerandom.algorithm> </systemPropertyVariables> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifestEntries> <Specification-Title>${project.name}</Specification-Title> <Specification-Vendor>The Apache Software Foundation</Specification-Vendor> <Implementation-Title>${project.name}</Implementation-Title> <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id> <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor> <Automatic-Module-Name>${cxf.module.name}</Automatic-Module-Name> </manifestEntries> </archive> </configuration> </plugin> <!-- Eclipse m2e Lifecycle Management --> <plugin> <artifactId>lifecycle-mapping</artifactId> <groupId>org.eclipse.m2e</groupId> <version>1.0.0</version> <configuration> <lifecycleMappingMetadata> <pluginExecutions> <pluginExecution> <pluginExecutionFilter> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <versionRange>[2,4)</versionRange> <goals> <goal>cleanVersions</goal> <goal>package</goal> </goals> </pluginExecutionFilter> <action> <ignore /> </action> </pluginExecution> <pluginExecution> <pluginExecutionFilter> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-remote-resources-plugin</artifactId> <versionRange>[1,4)</versionRange> <goals> <goal>process</goal> </goals> </pluginExecutionFilter> <action> <ignore /> </action> </pluginExecution> <pluginExecution> <pluginExecutionFilter> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId> <versionRange>[1,4)</versionRange> <goals> <goal>create-timestamp</goal> <goal>create</goal> </goals> </pluginExecutionFilter> <action> <ignore /> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration> </plugin> <plugin> <groupId>org.bsc.maven</groupId> <artifactId>maven-processor-plugin</artifactId> <version>5.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-invoker-plugin</artifactId> <version>3.7.0</version> <dependencies> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy</artifactId> <version>4.0.24</version> </dependency> </dependencies> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <showDeprecation>${cxf.compile.show.deprecation}</showDeprecation> <showWarnings>true</showWarnings> <compilerArgument>${cxf.compile.flags}</compilerArgument> </configuration> </plugin> <plugin> <groupId>org.apache.cxf.build-utils</groupId> <artifactId>cxf-xml2fastinfoset-plugin</artifactId> <version>${cxf.build-utils.version}</version> <configuration> <includes> <include>META-INF/cxf/cxf*.xml</include> </includes> <outputDirectory>target/generated/src/main/resources</outputDirectory> </configuration> <executions> <execution> <id>xml2fastinfoset</id> <phase>generate-sources</phase> <goals> <goal>xml2fastinfoset</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-remote-resources-plugin</artifactId> <version>3.2.0</version> <dependencies> <dependency> <groupId>org.apache.cxf.build-utils</groupId> <artifactId>cxf-buildtools</artifactId> <version>${cxf.build-utils.version}</version> </dependency> </dependencies> <executions> <execution> <goals> <goal>process</goal> </goals> <configuration> <resourceBundles> <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> </resourceBundles> <supplementalModels> <supplementalModel>notice-supplements.xml</supplementalModel> </supplementalModels> <properties> <projectName>Apache CXF</projectName> </properties> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <executions> <execution> <id>versions</id> <phase>validate</phase> <goals> <goal>cleanVersions</goal> </goals> <configuration> <versions> <cxf.osgi.version.clean>${project.version}</cxf.osgi.version.clean> </versions> </configuration> </execution> </executions> <configuration> <obrRepository>NONE</obrRepository> <instructions> <Bundle-SymbolicName>${cxf.osgi.symbolic.name}</Bundle-SymbolicName> <Bundle-ActivationPolicy>${cxf.bundle.activation.policy}</Bundle-ActivationPolicy> <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor> <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id> <Implementation-Version>${cxf.osgi.version.clean}</Implementation-Version> <Specification-Vendor>The Apache Software Foundation</Specification-Vendor> <Specification-Version>${cxf.osgi.version.clean}</Specification-Version> <Bundle-DocURL>http://cxf.apache.org</Bundle-DocURL> <Fragment-Host>${cxf.fragment.host}</Fragment-Host> <_failok>true</_failok> <_nouses>true</_nouses> <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy> <Import-Package> ${cxf.osgi.import}, * </Import-Package> <DynamicImport-Package> ${cxf.osgi.dynamic.import} </DynamicImport-Package> <Export-Service> ${cxf.export.service} </Export-Service> <Bundle-Activator>${cxf.bundle.activator}</Bundle-Activator> <Automatic-Module-Name>${cxf.module.name}</Automatic-Module-Name> </instructions> <niceManifest>true</niceManifest> </configuration> </plugin> </plugins> <defaultGoal>install</defaultGoal> </build> <dependencyManagement> <dependencies> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-bom</artifactId> <version>${project.version}</version> <type>pom</type> <scope>import</scope> </dependency> <!-- cxf internal test modules --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-javascript-tests</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-wsdlto-test</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.cxf.services.sts.systests</groupId> <artifactId>cxf-services-sts-systests-advanced</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.cxf.services.sts.systests</groupId> <artifactId>cxf-services-sts-systests-itests</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.cxf.services.sts.systests</groupId> <artifactId>cxf-services-sts-systests-osgi</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.cxf.services.xkms</groupId> <artifactId>cxf-services-xkms-itests</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.cxf.xjc-utils</groupId> <artifactId>cxf-xjc-runtime</artifactId> <version>${cxf.xjc-utils.version}</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>${cxf.logback.classic.version}</version> </dependency> <dependency> <groupId>jakarta.transaction</groupId> <artifactId>jakarta.transaction-api</artifactId> <version>${cxf.jakarta.transaction.version}</version> </dependency> <dependency> <groupId>jakarta.ws.rs</groupId> <artifactId>jakarta.ws.rs-api</artifactId> <version>${cxf.jakarta.ws.rs.version}</version> </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <version>${cxf.jaxb.version}</version> <exclusions> <exclusion> <groupId>com.sun.activation</groupId> <artifactId>jakarta.activation</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.sun.xml.fastinfoset</groupId> <artifactId>FastInfoset</artifactId> <version>2.1.1</version> <exclusions> <exclusion> <groupId>javax.xml</groupId> <artifactId>jsr173</artifactId> </exclusion> <exclusion> <groupId>javax.xml.bind</groupId> <artifactId>jsr173_api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${cxf.junit.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <version>${cxf.hamcrest.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <version>${cxf.hamcrest.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> <version>${cxf.awaitility.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>${cxf.assertj.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-compat</artifactId> <version>${cxf.maven.core.version}</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <version>${cxf.maven.core.version}</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>jakarta.enterprise</groupId> <artifactId>cdi-api</artifactId> </exclusion> <exclusion> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> <version>3.8.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.mina</groupId> <artifactId>mina-core</artifactId> <version>${cxf.mina.version}</version> </dependency> <dependency> <groupId>io.reactivex</groupId> <artifactId>rxjava</artifactId> <version>${cxf.rxjava.version}</version> </dependency> <dependency> <groupId>io.reactivex.rxjava2</groupId> <artifactId>rxjava</artifactId> <version>${cxf.rxjava2.version}</version> </dependency> <dependency> <groupId>io.reactivex.rxjava3</groupId> <artifactId>rxjava</artifactId> <version>${cxf.rxjava3.version}</version> </dependency> <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-core</artifactId> <version>${cxf.reactor.version}</version> </dependency> <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> <version>${cxf.derby.version}</version> </dependency> <dependency> <groupId>org.apache.derby</groupId> <artifactId>derbyshared</artifactId> <version>${cxf.derby.version}</version> </dependency> <dependency> <groupId>org.apache.derby</groupId> <artifactId>derbytools</artifactId> <version>${cxf.derby.version}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>${cxf.httpcomponents.client.version}</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore-nio</artifactId> <version>${cxf.httpcomponents.core.version}</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> <version>${cxf.httpcomponents.core.version}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpasyncclient</artifactId> <version>${cxf.httpcomponents.asyncclient.version}</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.asynchttpclient</groupId> <artifactId>async-http-client</artifactId> <version>${cxf.ahc.version}</version> <exclusions> <exclusion> <groupId>com.sun.activation</groupId> <artifactId>jakarta.activation</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.httpcomponents.client5</groupId> <artifactId>httpclient5</artifactId> <version>${cxf.httpcomponents.client5.version}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents.core5</groupId> <artifactId>httpcore5</artifactId> <version>${cxf.httpcomponents.core5.version}</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-artifact</artifactId> <scope>provided</scope> <version>${cxf.maven.core.version}</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <scope>provided</scope> <version>${cxf.maven.core.version}</version> <exclusions> <exclusion> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-settings</artifactId> <scope>provided</scope> <version>${cxf.maven.core.version}</version> </dependency> <dependency> <groupId>com.sun.xml.parsers</groupId> <artifactId>jaxp-ri</artifactId> <version>1.4.5</version> </dependency> <dependency> <groupId>antlr</groupId> <artifactId>antlr</artifactId> <version>2.7.7</version> </dependency> <dependency> <groupId>org.atmosphere</groupId> <artifactId>atmosphere-runtime</artifactId> <version>${cxf.atmosphere.version}</version> </dependency> <dependency> <groupId>org.apache.neethi</groupId> <artifactId>neethi</artifactId> <version>${cxf.neethi.version}</version> <exclusions> <exclusion> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-impl</artifactId> </exclusion> <exclusion> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-parent</artifactId> </exclusion> <exclusion> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-api</artifactId> </exclusion> <exclusion> <groupId>woodstox</groupId> <artifactId>wstx-asl</artifactId> </exclusion> <exclusion> <groupId>woodstox</groupId> <artifactId>wstx-asl</artifactId> </exclusion> <exclusion> <groupId>org.codehaus.woodstox</groupId> <artifactId>woodstox-core-asl</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.codehaus.jettison</groupId> <artifactId>jettison</artifactId> <version>${cxf.jettison.version}</version> <exclusions> <exclusion> <groupId>stax</groupId> <artifactId>stax-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>jakarta.validation</groupId> <artifactId>jakarta.validation-api</artifactId> <version>${cxf.validation.api.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>jakarta.enterprise</groupId> <artifactId>jakarta.enterprise.cdi-api</artifactId> <version>${cxf.cdi.api.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>jakarta.inject</groupId> <artifactId>jakarta.inject-api</artifactId> <version>${cxf.jakarta.injectapi.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>jakarta.json</groupId> <artifactId>jakarta.json-api</artifactId> <version>${cxf.json.api.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>jakarta.json.bind</groupId> <artifactId>jakarta.json.bind-api</artifactId> <version>${cxf.json.bind-api.version}</version> </dependency> <dependency> <groupId>org.glassfish</groupId> <artifactId>jakarta.json</artifactId> <version>${cxf.glassfish.json.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>org.eclipse.parsson</groupId> <artifactId>parsson</artifactId> <version>${cxf.parsson.version}</version> </dependency> <dependency> <groupId>org.eclipse</groupId> <artifactId>yasson</artifactId> <version>${cxf.yasson.version}</version> </dependency> <dependency> <groupId>org.apache.johnzon</groupId> <artifactId>johnzon-core</artifactId> <version>${cxf.johnzon.version}</version> <classifier>jakarta</classifier> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.johnzon</groupId> <artifactId>johnzon-mapper</artifactId> <version>${cxf.johnzon.version}</version> <classifier>jakarta</classifier> <optional>true</optional> <exclusions> <exclusion> <groupId>org.apache.johnzon</groupId> <artifactId>johnzon-core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.johnzon</groupId> <artifactId>johnzon-jsonb</artifactId> <version>${cxf.johnzon.version}</version> <classifier>jakarta</classifier> <optional>true</optional> <exclusions> <exclusion> <groupId>org.apache.johnzon</groupId> <artifactId>johnzon-mapper</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.eclipse.microprofile.rest.client</groupId> <artifactId>microprofile-rest-client-api</artifactId> <version>${cxf.microprofile.rest.client.version}</version> </dependency> <dependency> <groupId>org.eclipse.microprofile.rest.client</groupId> <artifactId>microprofile-rest-client-tck</artifactId> <version>${cxf.microprofile.rest.client.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.microprofile.config</groupId> <artifactId>microprofile-config-api</artifactId> <version>${cxf.microprofile.config.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.eclipse.microprofile.openapi</groupId> <artifactId>microprofile-openapi-api</artifactId> <version>${cxf.microprofile.openapi.version}</version> </dependency> <dependency> <groupId>org.apache.geronimo</groupId> <artifactId>geronimo-openapi-impl</artifactId> <version>${cxf.geronimo.openapi.version}</version> <classifier>jakarta</classifier> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> <version>${cxf.slf4j.version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <version>${cxf.slf4j.version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${cxf.slf4j.version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>${cxf.slf4j.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> <version>${cxf.jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty.ee10</groupId> <artifactId>jetty-ee10-webapp</artifactId> <version>${cxf.jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>jetty-websocket-jetty-server</artifactId> <version>${cxf.jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty.ee10.websocket</groupId> <artifactId>jetty-ee10-websocket-jetty-server</artifactId> <version>${cxf.jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty.ee10</groupId> <artifactId>jetty-ee10-apache-jsp</artifactId> <version>${cxf.jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty.ee10</groupId> <artifactId>jetty-ee10-servlet</artifactId> <version>${cxf.jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-session</artifactId> <version>${cxf.jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util</artifactId> <version>${cxf.jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-io</artifactId> <version>${cxf.jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-security</artifactId> <version>${cxf.jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jmx</artifactId> <version>${cxf.jetty.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-http</artifactId> <version>${cxf.jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty.http2</groupId> <artifactId>jetty-http2-server</artifactId> <version>${cxf.jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-alpn-server</artifactId> <version>${cxf.jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-alpn-java-server</artifactId> <version>${cxf.jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty.ee10</groupId> <artifactId>jetty-ee10-annotations</artifactId> <version>${cxf.jetty.version}</version> </dependency> <dependency> <groupId>io.undertow</groupId> <artifactId>undertow-core</artifactId> <version>${cxf.undertow.version}</version> </dependency> <dependency> <groupId>io.undertow</groupId> <artifactId>undertow-servlet</artifactId> <version>${cxf.undertow.version}</version> </dependency> <dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging</artifactId> <version>${cxf.jboss.logging.version}</version> </dependency> <dependency> <groupId>org.jboss.xnio</groupId> <artifactId>xnio-nio</artifactId> <version>${cxf.xnio.version}</version> </dependency> <dependency> <groupId>org.jboss.xnio</groupId> <artifactId>xnio-api</artifactId> <version>${cxf.xnio.version}</version> </dependency> <dependency> <groupId>org.wildfly.common</groupId> <artifactId>wildfly-common</artifactId> <version>${cxf.wildfly.common.version}</version> </dependency> <dependency> <groupId>org.apache.ws.xmlschema</groupId> <artifactId>xmlschema-core</artifactId> <version>${cxf.xmlschema.version}</version> <exclusions> <!-- on IBM jdk, XmlSchema pulls these in --> <exclusion> <groupId>org.apache.bcel</groupId> <artifactId>bcel</artifactId> </exclusion> <exclusion> <groupId>xalan</groupId> <artifactId>xalan</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> <version>${cxf.spring.version}</version> </dependency> <dependency> <groupId>org.springframework.ldap</groupId> <artifactId>spring-ldap-core</artifactId> <version>${cxf.spring.ldap.version}</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>${cxf.spring.version}</version> <exclusions> <exclusion> <groupId>logkit</groupId> <artifactId>logkit</artifactId> </exclusion> <exclusion> <groupId>avalon-framework</groupId> <artifactId>avalon-framework</artifactId> </exclusion> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>${cxf.spring.version}</version> <exclusions> <exclusion> <groupId>logkit</groupId> <artifactId>logkit</artifactId> </exclusion> <exclusion> <groupId>avalon-framework</groupId> <artifactId>avalon-framework</artifactId> </exclusion> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>${cxf.spring.version}</version> <exclusions> <exclusion> <groupId>logkit</groupId> <artifactId>logkit</artifactId> </exclusion> <exclusion> <groupId>avalon-framework</groupId> <artifactId>avalon-framework</artifactId> </exclusion> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>${cxf.spring.version}</version> <exclusions> <exclusion> <groupId>logkit</groupId> <artifactId>logkit</artifactId> </exclusion> <exclusion> <groupId>avalon-framework</groupId> <artifactId>avalon-framework</artifactId> </exclusion> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>${cxf.spring.version}</version> <exclusions> <exclusion> <groupId>logkit</groupId> <artifactId>logkit</artifactId> </exclusion> <exclusion> <groupId>avalon-framework</groupId> <artifactId>avalon-framework</artifactId> </exclusion> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <version>${cxf.spring.version}</version> <exclusions> <exclusion> <groupId>logkit</groupId> <artifactId>logkit</artifactId> </exclusion> <exclusion> <groupId>avalon-framework</groupId> <artifactId>avalon-framework</artifactId> </exclusion> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot</artifactId> <version>${cxf.spring.boot.version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> <version>${cxf.spring.boot.version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure-processor</artifactId> <version>${cxf.spring.boot.version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <version>${cxf.spring.boot.version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <version>${cxf.spring.boot.version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <version>${cxf.spring.boot.version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-validation</artifactId> <version>${cxf.spring.boot.version}</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> <version>${cxf.spring.security.version}</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-config</artifactId> <version>${cxf.spring.security.version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> <version>${cxf.spring.boot.version}</version> </dependency> <dependency> <groupId>org.apache.olingo</groupId> <artifactId>olingo-odata2-core</artifactId> <version>${cxf.olingo.version}</version> <exclusions> <exclusion> <groupId>jakarta.ws.rs</groupId> <artifactId>jakarta.ws.rs-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-core</artifactId> <version>${cxf.spring.security.version}</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-acl</artifactId> <version>${cxf.spring.security.version}</version> <exclusions> <exclusion> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> </exclusion> <exclusion> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> </exclusion> <exclusion> <groupId>org.springframework</groupId> <artifactId>spring-remoting</artifactId> </exclusion> <exclusion> <groupId>org.springframework</groupId> <artifactId>spring-support</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>${cxf.spring.mock}</artifactId> <version>${cxf.spring.version}</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>${cxf.commons-codec.version}</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>${cxf.commons-io.version}</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.2</version> <exclusions> <exclusion> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </exclusion> <exclusion> <groupId>logkit</groupId> <artifactId>logkit</artifactId> </exclusion> <exclusion> <groupId>avalon-framework</groupId> <artifactId>avalon-framework</artifactId> </exclusion> <exclusion> <groupId>jakarta.servlet</groupId> <artifactId>servlet-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.fasterxml.jackson.jakarta.rs</groupId> <artifactId>jackson-jakarta-rs-json-provider</artifactId> <version>${cxf.jackson.version}</version> <exclusions> <exclusion> <groupId>com.sun.activation</groupId> <artifactId>jakarta.activation</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>${cxf.jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>${cxf.jackson.databind.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>${cxf.jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-jsonSchema</artifactId> <version>${cxf.jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-scala_2.10</artifactId> <version>${cxf.jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.jakarta.rs</groupId> <artifactId>jackson-jakarta-rs-xml-provider</artifactId> <version>${cxf.jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.jakarta.rs</groupId> <artifactId>jackson-jakarta-rs-yaml-provider</artifactId> <version>${cxf.jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-joda</artifactId> <version>${cxf.jackson.version}</version> </dependency> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> <version>${cxf.snakeyaml.version}</version> </dependency> <dependency> <groupId>${cxf.asm.groupId}</groupId> <artifactId>${cxf.asm.artifactId}</artifactId> <version>${cxf.asm.version}</version> </dependency> <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity-engine-core</artifactId> <version>${cxf.velocity.version}</version> </dependency> <dependency> <groupId>wsdl4j</groupId> <artifactId>wsdl4j</artifactId> <version>${cxf.wsdl4j.version}</version> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-xjc</artifactId> <version>${cxf.jaxb.xjc.version}</version> <exclusions> <exclusion> <groupId>com.sun.activation</groupId> <artifactId>jakarta.activation</artifactId> </exclusion> </exclusions> </dependency> <!--jaxb-xjc transitive dependency update to avoid ant.jar on classpath --> <dependency> <groupId>com.sun.istack</groupId> <artifactId>istack-commons-tools</artifactId> <version>${cxf.istack.version}</version> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> <version>${cxf.jaxb.runtime.version}</version> <exclusions> <exclusion> <groupId>com.sun.activation</groupId> <artifactId>jakarta.activation</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> <version>${cxf.jakarta.annotation-api.version}</version> </dependency> <dependency> <groupId>jakarta.xml.ws</groupId> <artifactId>jakarta.xml.ws-api</artifactId> <version>${cxf.jakarta.wsapi.version}</version> <exclusions> <exclusion> <groupId>com.sun.activation</groupId> <artifactId>jakarta.activation</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>jakarta.xml.soap</groupId> <artifactId>jakarta.xml.soap-api</artifactId> <version>${cxf.jakarta.soapapi.version}</version> <exclusions> <exclusion> <groupId>com.sun.activation</groupId> <artifactId>jakarta.activation</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>${cxf.servlet-api.group}</groupId> <artifactId>${cxf.servlet-api.artifact}</artifactId> <version>${cxf.servlet-api.version}</version> </dependency> <dependency> <groupId>com.sun.xml.messaging.saaj</groupId> <artifactId>saaj-impl</artifactId> <version>${cxf.saaj-impl.version}</version> <exclusions> <exclusion> <groupId>com.sun.activation</groupId> <artifactId>jakarta.activation</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>jakarta.activation</groupId> <artifactId>jakarta.activation-api</artifactId> <version>${cxf.jakarta.activation.version}</version> </dependency> <dependency> <groupId>org.eclipse.angus</groupId> <artifactId>angus-activation</artifactId> <version>${cxf.jakarta.angus.activation.version}</version> </dependency> <dependency> <groupId>jakarta.mail</groupId> <artifactId>jakarta.mail-api</artifactId> <version>${cxf.jakarta.mail.version}</version> </dependency> <dependency> <groupId>org.eclipse.angus</groupId> <artifactId>angus-mail</artifactId> <version>${cxf.jakarta.angus.mail.version}</version> </dependency> <dependency> <groupId>jakarta.management.j2ee</groupId> <artifactId>jakarta.management.j2ee-api</artifactId> <version>${cxf.jakarta.management.j2ee-api.version}</version> </dependency> <dependency> <groupId>jakarta.jms</groupId> <artifactId>jakarta.jms-api</artifactId> <version>${cxf.jakarta.jms.version}</version> </dependency> <dependency> <groupId>jakarta.resource</groupId> <artifactId>jakarta.resource-api</artifactId> <version>${cxf.jakarta.resource.version}</version> </dependency> <dependency> <groupId>jakarta.ejb</groupId> <artifactId>jakarta.ejb-api</artifactId> <version>${cxf.jakarta.ejb.version}</version> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>artemis-jakarta-server</artifactId> <version>${cxf.activemq.artemis.version}</version> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>artemis-jakarta-client</artifactId> <version>${cxf.activemq.artemis.version}</version> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>artemis-jakarta-ra</artifactId> <version>${cxf.activemq.artemis.version}</version> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>artemis-junit</artifactId> <version>${cxf.activemq.artemis.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.narayana.jta</groupId> <artifactId>narayana-jta-jakarta</artifactId> <version>${cxf.jboss.narayana.version}</version> </dependency> <dependency> <groupId>org.mozilla</groupId> <artifactId>rhino</artifactId> <version>${cxf.rhino.version}</version> </dependency> <dependency> <groupId>xml-resolver</groupId> <artifactId>xml-resolver</artifactId> <version>1.2</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>${cxf.commons-lang3.version}</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>${cxf.commons-text.version}</version> </dependency> <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <version>${cxf.jaxen.version}</version> </dependency> <!-- if we use the new woodstox artifact, we're using the new version --> <dependency> <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId> <version>${cxf.woodstox.core.version}</version> <exclusions> <exclusion> <groupId>stax</groupId> <artifactId>stax-api</artifactId> </exclusion> <!-- this one comes from sjsxp --> <exclusion> <groupId>jakarta.xml.stream</groupId> <artifactId>stax-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.littleshoot</groupId> <artifactId>littleproxy</artifactId> <version>${cxf.littleproxy.version}</version> <exclusions> <exclusion> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </exclusion> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>net.java.dev.msv</groupId> <artifactId>msv-core</artifactId> <version>${cxf.msv.version}</version> <exclusions> <exclusion> <groupId>net.java.dev.msv</groupId> <artifactId>msv-testharness</artifactId> </exclusion> <exclusion> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.swagger.core.v3</groupId> <artifactId>swagger-jaxrs2-jakarta</artifactId> <version>${cxf.swagger.v3.version}</version> </dependency> <dependency> <groupId>org.apache.tika</groupId> <artifactId>tika-core</artifactId> <version>${cxf.tika.version}</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-jexl3</artifactId> <version>${cxf.jexl.version}</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-core</artifactId> <version>${cxf.dropwizard4.version}</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-jmx</artifactId> <version>${cxf.dropwizard4.version}</version> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-core</artifactId> <version>${cxf.micrometer.version}</version> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-observation</artifactId> <version>${cxf.micrometer.version}</version> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-test</artifactId> <version>${cxf.micrometer.version}</version> <exclusions> <exclusion> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> </exclusion> <exclusion> <groupId>ru.lanwen.wiremock</groupId> <artifactId>wiremock-junit5</artifactId> </exclusion> <exclusion> <groupId>com.github.tomakehurst</groupId> <artifactId>wiremock-jre8-standalone</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-tracing-bridge-brave</artifactId> <version>${cxf.micrometer-tracing.version}</version> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-tracing-bridge-otel</artifactId> <version>${cxf.micrometer-tracing.version}</version> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-tracing-test</artifactId> <version>${cxf.micrometer-tracing.version}</version> </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-tracing-integration-test</artifactId> <version>${cxf.micrometer-tracing.version}</version> </dependency> <dependency> <groupId>io.zipkin.brave</groupId> <artifactId>brave</artifactId> <version>${cxf.brave.version}</version> </dependency> <dependency> <groupId>io.zipkin.brave</groupId> <artifactId>brave-instrumentation-http</artifactId> <version>${cxf.brave.version}</version> </dependency> <dependency> <groupId>io.zipkin.reporter2</groupId> <artifactId>zipkin-reporter-brave</artifactId> <version>${cxf.zipkin-reporter.version}</version> </dependency> <dependency> <groupId>io.zipkin.reporter2</groupId> <artifactId>zipkin-sender-urlconnection</artifactId> <version>${cxf.zipkin-reporter.version}</version> </dependency> <dependency> <groupId>io.opentracing</groupId> <artifactId>opentracing-api</artifactId> <version>${cxf.opentracing.version}</version> </dependency> <dependency> <groupId>io.opentracing</groupId> <artifactId>opentracing-util</artifactId> <version>${cxf.opentracing.version}</version> </dependency> <dependency> <groupId>io.opentracing</groupId> <artifactId>opentracing-mock</artifactId> <version>${cxf.opentracing.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>io.opentelemetry</groupId> <artifactId>opentelemetry-bom</artifactId> <version>${cxf.opentelemetry.version}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>io.opentelemetry</groupId> <artifactId>opentelemetry-opentracing-shim</artifactId> <version>${cxf.opentelemetry.version}</version> </dependency> <dependency> <groupId>io.jaegertracing</groupId> <artifactId>jaeger-core</artifactId> <version>${cxf.jaeger.version}</version> </dependency> <dependency> <groupId>io.jaegertracing</groupId> <artifactId>jaeger-thrift</artifactId> <version>${cxf.jaeger.version}</version> </dependency> <dependency> <groupId>org.qi4j.library</groupId> <artifactId>org.qi4j.library.circuitbreaker</artifactId> <version>${cxf.zest.version}</version> <exclusions> <exclusion> <groupId>org.codeartisans</groupId> <artifactId>org.json</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-ws-security-dom</artifactId> <version>${cxf.jakarta.wss4j.version}</version> <exclusions> <exclusion> <groupId>org.ehcache</groupId> <artifactId>ehcache</artifactId> </exclusion> <exclusion> <groupId>org.bouncycastle</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-policy</artifactId> <version>${cxf.jakarta.wss4j.version}</version> </dependency> <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-ws-security-stax</artifactId> <version>${cxf.jakarta.wss4j.version}</version> </dependency> <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-ws-security-policy-stax</artifactId> <version>${cxf.jakarta.wss4j.version}</version> </dependency> <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-ws-security-common</artifactId> <version>${cxf.jakarta.wss4j.version}</version> </dependency> <dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.11.2</version> </dependency> <dependency> <groupId>org.ehcache</groupId> <artifactId>ehcache</artifactId> <version>${cxf.ehcache3.version}</version> <classifier>jakarta</classifier> <exclusions> <exclusion> <groupId>org.glassfish.jaxb</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </dependencyManagement> <profiles> <profile> <id>validateServices</id> <properties> <cxf.validateServices>true</cxf.validateServices> </properties> </profile> <profile> <id>fastinstall</id> <properties> <maven.test.skip>true</maven.test.skip> <pmd.skip>true</pmd.skip> <checkstyle.skip>true</checkstyle.skip> <invoker.skip>true</invoker.skip> </properties> </profile> <profile> <!-- Profile for testing with EclipseLink MOXy based JAXB implementation --> <id>eclipse.moxy</id> <properties> <cxf.jaxb.context.class>org.eclipse.persistence.jaxb.JAXBContextFactory</cxf.jaxb.context.class> <cxf.jaxb.context.class.property>jakarta.xml.bind.JAXBContext</cxf.jaxb.context.class.property> </properties> <dependencies> <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>org.eclipse.persistence.moxy</artifactId> <version>4.0.5</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-javamail_1.4_spec</artifactId> <version>1.8.4</version> </dependency> </dependencies> <repositories> <repository> <id>oss.sonatype.org</id> <name>OSS Sonatype Staging</name> <url>https://oss.sonatype.org/content/groups/staging</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> </profile> <profile> <id>nospringvalidation</id> <properties> <cxf.spring.validation.mode>VALIDATION_NONE</cxf.spring.validation.mode> </properties> </profile> <profile> <id>nochecks</id> <properties> <pmd.skip>true</pmd.skip> <checkstyle.skip>true</checkstyle.skip> </properties> </profile> <profile> <id>set.eclipse.output</id> <properties> <cxf.eclipse.outputDirectory>${basedir}/eclipse-classes</cxf.eclipse.outputDirectory> </properties> </profile> <profile> <!-- pmd and checkstyle, no tests. --> <id>justsourcecheck</id> <properties> <maven.test.skip.exec>true</maven.test.skip.exec> </properties> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <showDeprecation>true</showDeprecation> <showWarnings>true</showWarnings> <compilerArgument>${cxf.compile.flags}</compilerArgument> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> </plugin> </plugins> </build> </profile> <profile> <id>setup.eclipse</id> <properties> <maven.test.skip>true</maven.test.skip> <pmd.skip>true</pmd.skip> <checkstyle.skip>true</checkstyle.skip> </properties> <build> <defaultGoal>process-test-sources</defaultGoal> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <id>setup.workspace</id> <phase>initialize</phase> <configuration> <exportAntProperties>true</exportAntProperties> <target> <path id="ecp.ws.path" location="${eclipse.workspace.dir}" /> <property name="full.eclipse.workspace" refid="ecp.ws.path" /> <condition property="PMD_BUILDER" value="net.sourceforge.pmd.eclipse.plugin.pmdBuilder" else="ch.acanda.eclipse.pmd.builder.PMDBuilder"> <available file="${full.eclipse.workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings/net.sourceforge.pmd.eclipse.plugin.prefs" type="file" /> </condition> <condition property="PMD_NATURE" value="net.sourceforge.pmd.eclipse.plugin.pmdNature" else="ch.acanda.eclipse.pmd.builder.PMDNature"> <available file="${full.eclipse.workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings/net.sourceforge.pmd.eclipse.plugin.prefs" type="file" /> </condition> </target> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <inherited>true</inherited> <executions> <execution> <id>setup.eclipse.project</id> <phase>process-test-sources</phase> <goals> <goal>eclipse</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> <profile> <id>ibmjdk</id> <activation> <property> <name>java.vendor</name> <value>IBM Corporation</value> </property> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <showDeprecation>true</showDeprecation> <showWarnings>true</showWarnings> <compilerArgument>${cxf.compile.flags}</compilerArgument> <fork>true</fork> <maxmem>512M</maxmem> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> </plugin> </plugins> </build> </profile> <profile> <!-- Profile to clean even if you do not have the cxf plugins in your local mavven repo --> <id>clean</id> <pluginRepositories> <pluginRepository> <id>apache.snapshots</id> <url>https://repository.apache.org/snapshots/</url> </pluginRepository> </pluginRepositories> <build> <defaultGoal>clean</defaultGoal> </build> </profile> <!-- experimental profile to activate ekstazi http://www.ekstazi.org --> <profile> <id>ekstazi</id> <activation> <property> <name>ekstazi</name> </property> </activation> <build> <plugins> <plugin> <groupId>org.ekstazi</groupId> <artifactId>ekstazi-maven-plugin</artifactId> <version>5.3.0</version> <configuration> <!-- always run tests that failed in prevoius run --> <forcefailing>true</forcefailing> </configuration> <executions> <execution> <id>doit</id> <goals> <goal>select</goal> <goal>restore</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <argLine>${argLine} ${cxf.surefire.fork.vmargs}</argLine> <excludes> <exclude>**/*NoAriesBlueprintTest.java</exclude> <exclude>**/*JAXRSDataBindingTest.java</exclude> </excludes> <excludesFile>${java.io.tmpdir}/${user.name}EkstaziExcludes</excludesFile> </configuration> </plugin> </plugins> </build> </profile> <profile> <id>jdk13</id> <activation> <jdk>[13,)</jdk> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <systemPropertyVariables> <!-- https://github.com/bcgit/bc-java/issues/589 --> <jdk.tls.namedGroups>secp256r1,secp384r1,secp521r1,sect283k1,sect283r1,sect409k1,sect409r1,sect571k1,sect571r1,secp256k1,ffdhe2048,ffdhe3072,ffdhe4096,ffdhe6144,ffdhe8192</jdk.tls.namedGroups> </systemPropertyVariables> </configuration> </plugin> </plugins> </build> </profile> <profile> <id>jdk16</id> <activation> <jdk>[16,)</jdk> </activation> <properties> <!-- JAXB: see please https://github.com/javaee/jaxb-v2/issues/1184 --> <cxf.surefire.fork.vmargs>-ea --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/sun.net.www.protocol.https=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED</cxf.surefire.fork.vmargs> </properties> </profile> <profile> <id>coverage</id> <build> <plugins> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <executions> <execution> <id>prepare</id> <goals> <goal>prepare-agent</goal> </goals> <configuration> <propertyName>cxf.jacoco.argLine</propertyName> </configuration> </execution> <execution> <id>report</id> <phase>prepare-package</phase> <goals> <goal>report</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <argLine>${cxf.jacoco.argLine} ${cxf.surefire.fork.vmargs} -D${cxf.jaxb.context.class.property}=${cxf.jaxb.context.class}</argLine> </configuration> </plugin> </plugins> </build> </profile> </profiles> </project>