| Group ID: |
org.apache.cxf |
| Artifact ID: |
cxf-rt-ws-eventing |
| Version: |
3.0.9 |
| Last modified: |
23.03.2016 18:57 |
| Packaging: |
bundle |
| Name: |
Apache CXF Runtime WS Eventing |
| Description: |
Apache CXF Runtime WS Eventing |
| URL: |
http://cxf.apache.org |
| Vendor: |
The Apache Software Foundation |
|
|
| Size: |
99.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-rt-ws-eventing/3.0.9/cxf-rt-ws-eventing-3.0.9.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<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>cxf-rt-ws-eventing</artifactId>
<packaging>bundle</packaging>
<name>Apache CXF Runtime WS Eventing</name>
<description>Apache CXF Runtime WS Eventing</description>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>3.0.9</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-soap</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-simple</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-testutils</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-local</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xjc-plugin</artifactId>
<version>${cxf.xjc-utils.version}</version>
<executions>
<execution>
<id>generate-sources</id>
<phase>generate-sources</phase>
<goals>
<goal>xsdtojava</goal>
</goals>
<configuration>
<extensions>
<extension>org.apache.cxf.xjcplugins:cxf-xjc-dv:${cxf.xjc-utils.version}</extension>
</extensions>
<sourceRoot>${basedir}/target/generated/src/main/java</sourceRoot>
<xsdOptions>
<xsdOption>
<xsd>${basedir}/src/main/resources/schemas/eventing.xsd</xsd>
<packagename>org.apache.cxf.ws.eventing</packagename>
<bindingFile>${basedir}/src/main/resources/schemas/eventing.xjb</bindingFile>
<catalog>${basedir}/src/main/resources/schemas/catalog.cat</catalog>
<extension>true</extension>
</xsdOption>
<xsdOption>
<xsd>${basedir}/src/main/resources/schemas/eventdescriptions.xsd</xsd>
<packagename>org.apache.cxf.ws.eventing.descriptions</packagename>
<catalog>${basedir}/src/main/resources/schemas/catalog.cat</catalog>
<extension>true</extension>
</xsdOption>
</xsdOptions>
</configuration>
</execution>
</executions>
<configuration>
<extensions>
<extension>org.apache.cxf.xjcplugins:cxf-xjc-dv:${cxf.xjc-utils.version}</extension>
</extensions>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-eventing</artifactId>
<version>3.0.9</version>
</dependency>
|
| Gradle: |
org.apache.cxf:cxf-rt-ws-eventing:3.0.9 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|