| 组织ID: |
org.apache.cxf.systests |
| 项目ID: |
cxf-systests-transport-undertow |
| 版本: |
3.2.8 |
| 最后修改时间: |
2019-12-04 03:34:52 |
| 包类型: |
jar |
| 标题: |
Apache CXF Undertow Transport System Tests |
| 描述: |
Apache CXF Undertow Transport System Tests |
| 大小: |
9.62KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-transport-undertow</artifactId>
<version>3.2.8</version>
</dependency>
|
| Gradle引入代码: |
org.apache.cxf.systests:cxf-systests-transport-undertow:3.2.8
|
| 下载Jar包: |
|
| POM文件内容: |
<?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>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
<version>3.2.8</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-transport-undertow</artifactId>
<name>Apache CXF Undertow Transport System Tests</name>
<description>Apache CXF Undertow Transport System Tests</description>
<url>http://cxf.apache.org</url>
<properties>
<cxf.module.name>org.apache.cxf.systests.transport.undertow</cxf.module.name>
</properties>
<build>
<testSourceDirectory>${basedir}/src/test/java</testSourceDirectory>
<testResources>
<testResource>
<directory>src/test/java</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</testResource>
<testResource>
<directory>src/test/resources</directory>
<includes>
<include>**/*</include>
</includes>
</testResource>
</testResources>
<plugins>
<plugin>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-codegen-plugin</artifactId>
<version>${project.version}</version>
<executions>
<execution>
<id>generate-test-sources</id>
<phase>generate-test-sources</phase>
<configuration>
<fork>${cxf.codegenplugin.forkmode}</fork>
<testSourceRoot>${basedir}/target/generated/src/test/java</testSourceRoot>
<testWsdlRoot>${basedir}/src/test/resources/wsdl_systest_transport</testWsdlRoot>
</configuration>
<goals>
<goal>wsdl2java</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>test-jar</goal>
</goals>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>${cxf.module.name}.tests</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<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-databinding-jaxb</artifactId>
<version>${project.version}</version>
</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-bindings-soap</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-websocket</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.ning</groupId>
<artifactId>async-http-client</artifactId>
<version>${cxf.ahc.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-extension-providers</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-runtime</artifactId>
<version>${cxf.atmosphere.version}</version>
</dependency>
<dependency>
<groupId>javax.websocket</groupId>
<artifactId>javax.websocket-api</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-hc</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-undertow</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
<version>${project.version}</version>
</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-testutils</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<classifier>keys</classifier>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-features-logging</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<scope>test</scope>
<version>${cxf.spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<scope>test</scope>
<version>${cxf.spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<scope>test</scope>
<version>${cxf.spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/DEPENDENCIES
META-INF/NOTICE
META-INF/maven/org.apache.cxf.systests/cxf-systests-transport-undertow/pom.xml
META-INF/maven/org.apache.cxf.systests/cxf-systests-transport-undertow/pom.properties
|
| 依赖Jar: |
cxf-core-${project.version}.jar
/org.apache.cxf/cxf-core/${project.version}
查看cxf-core所有版本文件
cxf-rt-databinding-jaxb-${project.version}.jar
/org.apache.cxf/cxf-rt-databinding-jaxb/${project.version}
查看cxf-rt-databinding-jaxb所有版本文件
cxf-rt-frontend-jaxws-${project.version}.jar
/org.apache.cxf/cxf-rt-frontend-jaxws/${project.version}
查看cxf-rt-frontend-jaxws所有版本文件
cxf-rt-bindings-soap-${project.version}.jar
/org.apache.cxf/cxf-rt-bindings-soap/${project.version}
查看cxf-rt-bindings-soap所有版本文件
cxf-rt-transports-http-${project.version}.jar
/org.apache.cxf/cxf-rt-transports-http/${project.version}
查看cxf-rt-transports-http所有版本文件
cxf-rt-transports-websocket-${project.version}.jar
/org.apache.cxf/cxf-rt-transports-websocket/${project.version}
查看cxf-rt-transports-websocket所有版本文件
cxf-rt-frontend-jaxrs-${project.version}.jar
/org.apache.cxf/cxf-rt-frontend-jaxrs/${project.version}
查看cxf-rt-frontend-jaxrs所有版本文件
cxf-rt-rs-client-${project.version}.jar
/org.apache.cxf/cxf-rt-rs-client/${project.version}
查看cxf-rt-rs-client所有版本文件
async-http-client-${cxf.ahc.version}.jar
/com.ning/async-http-client/${cxf.ahc.version}
查看async-http-client所有版本文件
cxf-rt-rs-extension-providers-${project.version}.jar
/org.apache.cxf/cxf-rt-rs-extension-providers/${project.version}
查看cxf-rt-rs-extension-providers所有版本文件
atmosphere-runtime-${cxf.atmosphere.version}.jar
/org.atmosphere/atmosphere-runtime/${cxf.atmosphere.version}
查看atmosphere-runtime所有版本文件
javax.websocket-api-1.1.jar
/javax.websocket/javax.websocket-api/1.1
查看javax.websocket-api所有版本文件
cxf-rt-transports-http-hc-${project.version}.jar
/org.apache.cxf/cxf-rt-transports-http-hc/${project.version}
查看cxf-rt-transports-http-hc所有版本文件
cxf-rt-transports-http-undertow-${project.version}.jar
/org.apache.cxf/cxf-rt-transports-http-undertow/${project.version}
查看cxf-rt-transports-http-undertow所有版本文件
cxf-rt-ws-policy-${project.version}.jar
/org.apache.cxf/cxf-rt-ws-policy/${project.version}
查看cxf-rt-ws-policy所有版本文件
cxf-testutils-${project.version}.jar
/org.apache.cxf/cxf-testutils/${project.version}
查看cxf-testutils所有版本文件
cxf-testutils-${project.version}.jar
/org.apache.cxf/cxf-testutils/${project.version}
查看cxf-testutils所有版本文件
cxf-rt-features-logging-${project.version}.jar
/org.apache.cxf/cxf-rt-features-logging/${project.version}
查看cxf-rt-features-logging所有版本文件
spring-web-${cxf.spring.version}.jar
/org.springframework/spring-web/${cxf.spring.version}
查看spring-web所有版本文件
spring-beans-${cxf.spring.version}.jar
/org.springframework/spring-beans/${cxf.spring.version}
查看spring-beans所有版本文件
spring-context-${cxf.spring.version}.jar
/org.springframework/spring-context/${cxf.spring.version}
查看spring-context所有版本文件
|