提交 bc744f98 编写于 作者: U Ulli Hafner

Merge pull request #1734 from eidottermihi/master

[FIXED JENKINS-4433] Explicitly set log4j version to 1.2.17.
......@@ -396,6 +396,10 @@ THE SOFTWARE.
<groupId>org.springframework</groupId>
<artifactId>spring-support</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
......@@ -467,6 +471,10 @@ THE SOFTWARE.
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
<dependency><!-- [JENKINS-4433] -->
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.txw2</groupId>
<artifactId>txw2</artifactId>
......
......@@ -218,6 +218,11 @@ THE SOFTWARE.
<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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册