提交 ed2988fc 编写于 作者: J James Nord

Merge pull request #1765 from eidottermihi/log4j-over-slf4j

Use log4j-bridge of slf4j and dont ship log4j.
......@@ -471,9 +471,9 @@ THE SOFTWARE.
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
<dependency><!-- [JENKINS-4433] -->
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.txw2</groupId>
......
......@@ -213,16 +213,16 @@ THE SOFTWARE.
<artifactId>jcl-over-slf4j</artifactId>
<version>${slf4jVersion}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>${slf4jVersion}</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.3</version>
</dependency>
<dependency><!-- [JENKINS-4433] -->
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>org.samba.jcifs</groupId>
<artifactId>jcifs</artifactId>
......@@ -663,6 +663,7 @@ THE SOFTWARE.
<bannedDependencies>
<excludes>
<exclude>org.sonatype.sisu:sisu-guice</exclude>
<exclude>log4j:log4j</exclude>
</excludes>
</bannedDependencies>
</rules>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册