Skip to content

Commit 39524c4

Browse files
Change log4j scope to test to avoid unwanted import
1 parent 605742e commit 39524c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
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)