Skip to content

Commit fa780d6

Browse files
authored
Merge pull request #5 from anthonygraignic/master
Moved log4j dependency to test only
2 parents 605742e + 65d8535 commit fa780d6

File tree

2 files changed

+244
-223
lines changed

2 files changed

+244
-223
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,14 @@
6161
<groupId>org.slf4j</groupId>
6262
<artifactId>slf4j-log4j12</artifactId>
6363
<version>${slf4j.version}</version>
64+
<scope>test</scope>
6465
</dependency>
6566

6667
<dependency>
6768
<groupId>log4j</groupId>
6869
<artifactId>log4j</artifactId>
6970
<version>1.2.17</version>
71+
<scope>test</scope>
7072
</dependency>
7173

7274

0 commit comments

Comments
 (0)