Skip to content

Commit

Permalink
relocate slf4j-log4j12 as slf4j-reload4j
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <[email protected]>
  • Loading branch information
ceki committed Jan 25, 2022
1 parent 19e36ff commit d22943f
Show file tree
Hide file tree
Showing 19 changed files with 12 additions and 1,746 deletions.
38 changes: 12 additions & 26 deletions slf4j-log4j12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,24 @@

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.34-SNAPSHOT</version>
</parent>

<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>

<packaging>jar</packaging>
<name>SLF4J LOG4J-12 Binding</name>
<description>SLF4J LOG4J-12 Binding</description>
<version>1.7.34-SNAPSHOT</version>

<name>SLF4J LOG4J-12 Binding relocated </name>
<description>SLF4J LOG4J-12 relocated to slf4j-reload4h</description>
<url>https://www.slf4j.org</url>

<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>

<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>

<dependency>
<distributionManagement>
<relocation>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<type>test-jar</type>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<artifactId>slf4j-reload4j</artifactId>
<version>${project.version}</version>
</relocation>
</distributionManagement>



</project>
33 changes: 0 additions & 33 deletions slf4j-log4j12/src/main/java/org/apache/log4j/MDCFriend.java

This file was deleted.

Loading

0 comments on commit d22943f

Please sign in to comment.