cxf-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.grails.plugins</groupId>
<artifactId>cxf-client</artifactId>
<version>5.0.0-RC1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.grails.plugins</groupId>
<artifactId>cxf-client</artifactId>
<version>5.0.0-RC1</version>
<name>Grails CXF Client</name>
<description>Consume SOAP web services from Grails using Apache CXF wsdl2java-generated clients, with cached port references, configuration-driven wiring, and dynamically updatable service endpoints.</description>
<url>https://github.com/grails-plugins/grails-cxf-client</url>
<organization>
<name>Grails Plugins Consortium</name>
<url>https://github.com/grails-plugins</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>ctoestreich</id>
<name>Christian Oestreich</name>
</developer>
<developer>
<id>dauer</id>
<name>Thomas Rasmussen</name>
</developer>
<developer>
<id>laurahelde</id>
<name>Laura Helde</name>
</developer>
<developer>
<id>sbglasius</id>
<name>Søren Berg Glasius</name>
</developer>
<developer>
<id>froderik</id>
<name>Fredrik Rubensson</name>
</developer>
<developer>
<id>kgeis</id>
<name>Ken Geis</name>
</developer>
<developer>
<id>jarl-dk</id>
<name>Jarl Friis</name>
</developer>
<developer>
<id>darxriggs</id>
<name>René Scheibe</name>
</developer>
<developer>
<id>ashalitkin</id>
<name>ashalitkin</name>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:grails-plugins/grails-cxf-client.git</connection>
<developerConnection>scm:git@github.com:grails-plugins/grails-cxf-client.git</developerConnection>
<url>https://github.com/grails-plugins/grails-cxf-client</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/grails-plugins/grails-cxf-client/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-core</artifactId>
<version>4.1.4</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-core</artifactId>
<version>4.1.4</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId>
<version>4.1.4</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-databinding-jaxb</artifactId>
<version>4.1.4</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>4.1.4</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<version>4.1.4</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>4.1.4</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
<version>4.1.4</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>