Download cxf-systests-cdi-base-3.2.0.jar file

Introduction

You can download cxf-systests-cdi-base-3.2.0.jar in this page.

License

Apache License

Type List

cxf-systests-cdi-base-3.2.0.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/beans.xml
META-INF/maven/org.apache.cxf.systests/cxf-systests-cdi-base/pom.properties
META-INF/maven/org.apache.cxf.systests/cxf-systests-cdi-base/pom.xml
org.apache.cxf.systests.cdi.base.AbstractCdiMultiAppTest.class
org.apache.cxf.systests.cdi.base.AbstractCdiSingleAppTest.class
org.apache.cxf.systests.cdi.base.Book.class
org.apache.cxf.systests.cdi.base.BookStore.class
org.apache.cxf.systests.cdi.base.BookStoreService.class
org.apache.cxf.systests.cdi.base.BookStoreVersioned.class
org.apache.cxf.systests.cdi.base.jetty.AbstractJettyServer.class
org.apache.cxf.systests.cdi.base.tomcat.AbstractTomcatServer.class

Pom

cxf-systests-cdi-base-3.2.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~  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/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>cxf-systests-cdi</artifactId>
        <groupId>org.apache.cxf.systests</groupId>
        <version>3.2.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>cxf-systests-cdi-base</artifactId>
    <name>Apache CXF CDI Integration System Tests - Base</name>
    <dependencies>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-server</artifactId>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-plus</artifactId>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-webapp</artifactId>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>apache-jsp</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.cxf</groupId>
            <artifactId>cxf-testutils</artifactId>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.cxf</groupId>
            <artifactId>cxf-integration-cdi</artifactId>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.tomcat.embed</groupId>
            <artifactId>tomcat-embed-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.tomcat.embed</groupId>
            <artifactId>tomcat-embed-logging-juli</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.tomcat</groupId>
            <artifactId>tomcat-jasper</artifactId>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.jaxrs</groupId>
            <artifactId>jackson-jaxrs-json-provider</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.cxf</groupId>
            <artifactId>cxf-rt-rs-client</artifactId>
        </dependency>
        <dependency>
            <groupId>javax.validation</groupId>
            <artifactId>validation-api</artifactId>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.apache.cxf.systests</groupId>
   <artifactId>cxf-systests-cdi-base</artifactId>
   <version>3.2.0</version>
</dependency>

Download

If you think the following cxf-systests-cdi-base-3.2.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download cxf-systests-cdi-base-3.2.0.jar file




PreviousNext

Related