Download cxf-rt-features-logging-3.2.0.jar file

Introduction

You can download cxf-rt-features-logging-3.2.0.jar in this page.

License

Apache Open Source

Type List

cxf-rt-features-logging-3.2.0.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/cxf/bus-extensions.txt
META-INF/maven/org.apache.cxf/cxf-rt-features-logging/pom.properties
META-INF/maven/org.apache.cxf/cxf-rt-features-logging/pom.xml
org.apache.cxf.ext.logging.AbstractLoggingInterceptor.class
org.apache.cxf.ext.logging.Logging.class
org.apache.cxf.ext.logging.LoggingBusLifecycleListener.class
org.apache.cxf.ext.logging.LoggingFactoryBeanListener.class
org.apache.cxf.ext.logging.LoggingFeature.class
org.apache.cxf.ext.logging.LoggingInInterceptor.class
org.apache.cxf.ext.logging.LoggingOutInterceptor.class
org.apache.cxf.ext.logging.OldLoggingFactoryBeanListener.class
org.apache.cxf.ext.logging.WireTapIn.class
org.apache.cxf.ext.logging.event.DefaultLogEventMapper.class
org.apache.cxf.ext.logging.event.EventType.class
org.apache.cxf.ext.logging.event.LogEvent.class
org.apache.cxf.ext.logging.event.LogEventSender.class
org.apache.cxf.ext.logging.event.LogMessageFormatter.class
org.apache.cxf.ext.logging.event.PrettyLoggingFilter.class
org.apache.cxf.ext.logging.event.PrintWriterEventSender.class
org.apache.cxf.ext.logging.osgi.Activator.class
org.apache.cxf.ext.logging.slf4j.Slf4jEventSender.class
org.apache.cxf.ext.logging.slf4j.Slf4jVerboseEventSender.class

Pom

cxf-rt-features-logging-3.2.0.pom file content.

<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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.apache.cxf</groupId>
        <artifactId>cxf-parent</artifactId>
        <version>3.2.0</version>
        <relativePath>../../../parent/pom.xml</relativePath>
    </parent>
    <artifactId>cxf-rt-features-logging</artifactId>
    <packaging>bundle</packaging>
    
    <properties>
        <cxf.bundle.activator>org.apache.cxf.ext.logging.osgi.Activator</cxf.bundle.activator>
    </properties>

    <name>Apache CXF Advanced Logging Feature</name>
    <description>Apache CXF Advanced Logging Feature</description>

    <dependencies>
        <dependency>
            <groupId>org.osgi</groupId>
            <artifactId>org.osgi.core</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.osgi</groupId>
            <artifactId>org.osgi.compendium</artifactId>
            <scope>provided</scope>
        </dependency>
        
        <dependency>
            <groupId>org.apache.cxf</groupId>
            <artifactId>cxf-core</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
        </dependency>

        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.easymock</groupId>
            <artifactId>easymock</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.apache.cxf</groupId>
   <artifactId>cxf-rt-features-logging</artifactId>
   <version>3.2.0</version>
</dependency>

Download

If you think the following cxf-rt-features-logging-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-rt-features-logging-3.2.0.jar file




PreviousNext

Related