Maven Repository - POM file for Log slf4j-log4j12 1.4.2 1.4.2

Summary

SLF4J LOG4J-12 Binding.

The slf4j log4j-12 binding.

Declaration

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

<dependency>
   <groupId>org.slf4j</groupId>
   <artifactId>slf4j-log4j12</artifactId>
   <version>1.4.2</version>
</dependency>

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

Depended by

The following table lists the most popular artifacts which are depending on slf4j-log4j12-1.4.2. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
JPA Hibernatehibernate-search 3.1.1.GA
Hibernate Search
69




Plugin

The following plugins are used in the slf4j-log4j12-1.4.2.jar

  1. maven-jar-plugin

Packages

The following packages are defined in the slf4j-log4j12-1.4.2.jar

org.slf4j.impl

POM File Source

Here is the content of the POM file.

<?xml version="1.0"?><project>
  <parent>
    <artifactId>slf4j-parent</artifactId>
    <groupId>org.slf4j</groupId>
    <version>1.4.2</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.slf4j</groupId>
  <artifactId>slf4j-log4j12</artifactId>
  <name>SLF4J LOG4J-12 Binding</name>
  <version>1.4.2</version>
  <description>The slf4j log4j-12 binding</description>
  <url>http://www.slf4j.org</url>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifestEntries>
              <Bundle-Version>${pv4osgi}</Bundle-Version>
              <Bundle-Description>${project.description}</Bundle-Description>
              <Implementation-Version>1.4.2</Implementation-Version>
            </manifestEntries>
            <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
          </archive>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>