Maven Repository - POM file for Log ness-logging 1.1.0 1.1.0

Summary

ness-logging.

Logging component component..

Declaration

Here is the list of declaration for ness-logging. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.nesscomputing.components</groupId>
   <artifactId>ness-logging</artifactId>
   <version>1.1.0</version>
</dependency>

If you think this Maven repository POM file listing for ness-logging is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The ness-logging-1.1.0 has 4 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Loglog4j 1.2.16
Apache Log4j 1.2
683
Logjul-to-slf4j 1.6.4
JUL to SLF4J bridge
11
Logslf4j-log4j12 1.6.4
The slf4j log4j-12 binding
96




Depended by

The following table lists the most popular artifacts which are depending on ness-logging-1.1.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Developmentness-config 2.2.0
Ness Configuration component.
9

Packages

The following packages are defined in the ness-logging-1.1.0.jar

com.nesscomputing.log4j
com.nesscomputing.log4j.testing
com.nesscomputing.logging

POM File Source

Here is the content of the POM file.

<?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/xsd/maven-4.0.0.xsd">

  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.nesscomputing</groupId>
    <artifactId>ness-oss-parent</artifactId>
    <version>7</version>
  </parent>

  <scm>
    <connection>scm:git:git://github.com/NessComputing/components-ness-logging.git</connection>
    <developerConnection>scm:git:git@github.com:NessComputing/components-ness-logging.git</developerConnection>
    <url>http://github.com/NessComputing/components-ness-logging</url>
  </scm>

  <groupId>com.nesscomputing.components</groupId>
  <artifactId>ness-logging</artifactId>
  <name>ness-logging</name>
  <version>1.1.0</version>
  <packaging>jar</packaging>
  <description>Logging component component.</description>

  <dependencies>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.16</version>
    </dependency>

    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>jul-to-slf4j</artifactId>
      <version>1.6.4</version>
    </dependency>

    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-log4j12</artifactId>
      <version>1.6.4</version>
      <scope>runtime</scope>
    </dependency>

    <dependency>
      <groupId>com.nesscomputing</groupId>
      <artifactId>ness-syslog4j</artifactId>
      <version>0.9.47-NESS-3</version>
    </dependency>

    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
    </dependency>

    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
    </dependency>

    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit-dep</artifactId>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-core</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>

  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.nesscomputing.testing</groupId>
        <artifactId>kawala-lessio</artifactId>
        <version>1.0.0</version>
        <exclusions>
          <exclusion>
            <groupId>com.nesscomputing.components</groupId>
            <artifactId>ness-logging</artifactId>
          </exclusion>
        </exclusions>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>