apache-cxf
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.apache.cxf</groupId> <artifactId>apache-cxf</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"> <modelVersion>4.0.0</modelVersion> <artifactId>apache-cxf</artifactId> <packaging>pom</packaging> <name>Apache CXF Distribution</name> <description>Apache CXF Distribution</description> <url>https://cxf.apache.org</url> <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> <version>4.1.1</version> <relativePath>../parent</relativePath> </parent> <properties> <maven.test.skip>true</maven.test.skip> <cxf.version>${project.version}</cxf.version> <cxf.checkstyle.extension>-corba</cxf.checkstyle.extension> <tar.long.file.mode>gnu</tar.long.file.mode> </properties> <modules> <module>manifest</module> <module>javadoc</module> </modules> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-tools-common</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-tools-validator</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-tools-wsdlto-core</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-tools-wsdlto-frontend-javascript</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-tools-misctools</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-tools-corba</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-tools-wsdlto-databinding-jaxb</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-tools-wadlto-jaxrs</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-tools-java2ws</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}.xjc-utils</groupId> <artifactId>cxf-xjc-runtime</artifactId> <version>${cxf.xjc-utils.version}</version> </dependency> <dependency> <groupId>${project.groupId}.xjcplugins</groupId> <artifactId>cxf-xjc-dv</artifactId> <version>${cxf.xjc-utils.version}</version> </dependency> <dependency> <groupId>${project.groupId}.xjcplugins</groupId> <artifactId>cxf-xjc-ts</artifactId> <version>${cxf.xjc-utils.version}</version> </dependency> <dependency> <groupId>${project.groupId}.xjcplugins</groupId> <artifactId>cxf-xjc-bug671</artifactId> <version>${cxf.xjc-utils.version}</version> </dependency> <dependency> <groupId>${project.groupId}.xjcplugins</groupId> <artifactId>cxf-xjc-boolean</artifactId> <version>${cxf.xjc-utils.version}</version> </dependency> <dependency> <groupId>${project.groupId}.xjcplugins</groupId> <artifactId>cxf-xjc-javadoc</artifactId> <version>${cxf.xjc-utils.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-core</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-features-clustering</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-features-throttling</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-features-metrics</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-management</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-transports-local</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-transports-http</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-transports-udp</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-transports-http-hc</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-transports-http-netty-server</artifactId> <version>4.1.1</version> <exclusions> <exclusion> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-servlet_2.5_spec</artifactId> </exclusion> <exclusion> <groupId>io.netty</groupId> <artifactId>netty-codec-http</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-transports-http-netty-client</artifactId> <version>4.1.1</version> <exclusions> <exclusion> <groupId>io.netty</groupId> <artifactId>netty-codec-http</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-transports-websocket</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-transports-http-undertow</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-transports-jms</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-bindings-soap</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-bindings-corba</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-bindings-xml</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-bindings-coloc</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-databinding-aegis</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-ws-addr</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-ws-rm</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-ws-policy</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-ws-mex</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-ws-security</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-ws-transfer</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-ws-eventing</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-frontend-js</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-frontend-simple</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-frontend-jaxrs</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-rs-extension-providers</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-rs-extension-search</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-rs-security-cors</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-rs-security-oauth2</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-rs-security-oauth2-saml</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-rs-security-xml</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-rs-security-sso-saml</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-rs-security-sso-oidc</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-rs-security-http-signature</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-rs-sse</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-rs-mp-client</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-rs-http-sci</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>cxf-rt-javascript</artifactId> <version>4.1.1</version> </dependency> <!-- services jars --> <dependency> <groupId>org.apache.cxf.services.sts</groupId> <artifactId>cxf-services-sts-core</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>org.apache.cxf.services.wsn</groupId> <artifactId>cxf-services-wsn-api</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>org.apache.cxf.services.wsn</groupId> <artifactId>cxf-services-wsn-core</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>org.apache.cxf.services.ws-discovery</groupId> <artifactId>cxf-services-ws-discovery-api</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>org.apache.cxf.services.ws-discovery</groupId> <artifactId>cxf-services-ws-discovery-service</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>org.codehaus.jettison</groupId> <artifactId>jettison</artifactId> </dependency> <dependency> <groupId>${cxf.asm.groupId}</groupId> <artifactId>${cxf.asm.artifactId}</artifactId> </dependency> <dependency> <groupId>com.sun.xml.fastinfoset</groupId> <artifactId>FastInfoset</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> </dependency> <dependency> <groupId>jakarta.xml.ws</groupId> <artifactId>jakarta.xml.ws-api</artifactId> </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> </dependency> <dependency> <groupId>jakarta.xml.soap</groupId> <artifactId>jakarta.xml.soap-api</artifactId> </dependency> </dependencies> <build> <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*</include> </includes> </resource> </resources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <executions> <execution> <!-- copy additional jars. These are jars we want included, but don't really don't want them on the classpath in the normal case --> <id>add-jars</id> <phase>process-sources</phase> <goals> <goal>copy</goal> </goals> <configuration> <artifactItems> <artifactItem> <groupId>${project.groupId}</groupId> <artifactId>cxf-integration-jca</artifactId> <version>${project.version}</version> <outputDirectory>${project.build.directory}/additional-libs</outputDirectory> </artifactItem> </artifactItems> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> <id>distribution-package-bin</id> <phase>package</phase> <goals> <goal>single</goal> </goals> <configuration> <descriptors> <descriptor>src/main/assembly/bin.xml</descriptor> </descriptors> <appendAssemblyId>false</appendAssemblyId> <tarLongFileMode>${tar.long.file.mode}</tarLongFileMode> </configuration> </execution> <execution> <id>distribution-package-src</id> <phase>package</phase> <goals> <goal>single</goal> </goals> <configuration> <descriptors> <descriptor>src/main/assembly/src.xml</descriptor> </descriptors> <tarLongFileMode>${tar.long.file.mode}</tarLongFileMode> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <id>process-sources-xsl</id> <phase>process-sources</phase> <configuration> <target> <mkdir dir="${basedir}/target" /> <pathconvert property="cp" refid="maven.runtime.classpath" /> <condition property="output.cp" value="set CXF_CLASSPATH=${cp}"> <os family="windows" /> </condition> <condition property="output.ext" value=".bat"> <os family="windows" /> </condition> <property name="output.cp" value="export CXF_CLASSPATH=${cp}" /> <property name="output.ext" value="" /> <echo file="${basedir}/target/srcbuild_env${output.ext}" message="${output.cp}" /> <echo file="${basedir}/target/srcbuild_env.ant" message="${cp}" /> <echo file="${basedir}/target/version.properties" message="cxf.version=${project.version}" /> <delete file="build.xml" /> </target> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <executions> <execution> <phase>validate</phase> <id>validate</id> <configuration> <excludes>**/target/generated-sources/**</excludes> </configuration> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <!-- build the samples as well to make sure they really do build --> <id>everything</id> <modules> <module>src/main/release/samples</module> </modules> </profile> </profiles> </project>