Skip to content

Commit

Permalink
switch log4j2 to test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jvermillard committed Jun 30, 2016
1 parent c27c82c commit 32fd096
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions leshan-server-core/pom.xml
Expand Up @@ -34,22 +34,20 @@ Contributors:
<artifactId>leshan-core</artifactId>
</dependency>

<!-- runtime dependencies -->
<!-- test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<scope>runtime</scope>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<scope>runtime</scope>
</dependency>

<!-- test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 32fd096

Please sign in to comment.