Skip to content

Commit

Permalink
Merge pull request #1734 from eidottermihi/master
Browse files Browse the repository at this point in the history
[FIXED JENKINS-4433] Explicitly set log4j version to 1.2.17.
  • Loading branch information
uhafner committed Jun 29, 2015
2 parents 5d00292 + 8886b04 commit bc744f9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/pom.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit bc744f9

Please sign in to comment.