Skip to content

Commit d22943f

Browse files
committed
relocate slf4j-log4j12 as slf4j-reload4j
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 19e36ff commit d22943f

19 files changed

+12
-1746
lines changed

slf4j-log4j12/pom.xml

+12-26
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,24 @@
44

55
<modelVersion>4.0.0</modelVersion>
66

7-
<parent>
8-
<groupId>org.slf4j</groupId>
9-
<artifactId>slf4j-parent</artifactId>
10-
<version>1.7.34-SNAPSHOT</version>
11-
</parent>
127

8+
<groupId>org.slf4j</groupId>
139
<artifactId>slf4j-log4j12</artifactId>
14-
15-
<packaging>jar</packaging>
16-
<name>SLF4J LOG4J-12 Binding</name>
17-
<description>SLF4J LOG4J-12 Binding</description>
10+
<version>1.7.34-SNAPSHOT</version>
11+
12+
<name>SLF4J LOG4J-12 Binding relocated </name>
13+
<description>SLF4J LOG4J-12 relocated to slf4j-reload4h</description>
1814
<url>http://www.slf4j.org</url>
1915

20-
<dependencies>
21-
<dependency>
22-
<groupId>org.slf4j</groupId>
23-
<artifactId>slf4j-api</artifactId>
24-
</dependency>
2516

26-
<dependency>
27-
<groupId>log4j</groupId>
28-
<artifactId>log4j</artifactId>
29-
</dependency>
30-
31-
<dependency>
17+
<distributionManagement>
18+
<relocation>
3219
<groupId>org.slf4j</groupId>
33-
<artifactId>slf4j-api</artifactId>
34-
<type>test-jar</type>
35-
<version>${project.version}</version>
36-
<scope>test</scope>
37-
</dependency>
38-
</dependencies>
20+
<artifactId>slf4j-reload4j</artifactId>
21+
<version>${project.version}</version>
22+
</relocation>
23+
</distributionManagement>
24+
3925

4026

4127
</project>

slf4j-log4j12/src/main/java/org/apache/log4j/MDCFriend.java

-33
This file was deleted.

0 commit comments

Comments
 (0)