Skip to content

Commit

Permalink
fixed bug JPPF-550
Browse files Browse the repository at this point in the history
  • Loading branch information
lolocohen committed Oct 15, 2018
1 parent f9c7ead commit 1016960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JPPF/bin/maven/jppf-common.xml
Expand Up @@ -11,13 +11,13 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.25</version>
<scope>runtime</scope>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.15</version>
<scope>runtime</scope>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>jms</artifactId>
Expand Down

0 comments on commit 1016960

Please sign in to comment.