ness-logging.
Logging component component..
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.1</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.
The ness-logging-1.1.1 has 3 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Log | jul-to-slf4j 1.6.4 JUL to SLF4J bridge | 11 |
Log | slf4j-log4j12 1.6.4 The slf4j log4j-12 binding | 96 |
The following packages are defined in the ness-logging-1.1.1.jar
com.nesscomputing.log4j com.nesscomputing.log4j.testing com.nesscomputing.logging
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>22</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> <tag>ness-logging-1.1.1</tag> </scm> <groupId>com.nesscomputing.components</groupId> <artifactId>ness-logging</artifactId> <name>ness-logging</name> <version>1.1.1</version> <packaging>jar</packaging> <description>Logging component component.</description> <dependencies> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </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-7</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>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</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>