Skip to content

Commit 36f3ae7

Browse files
committed
Changed scope of slf4j
1 parent dc7971a commit 36f3ae7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,14 +292,12 @@
292292
<groupId>log4j</groupId>
293293
<artifactId>log4j</artifactId>
294294
<version>${log4j.version}</version>
295-
<scope>test</scope>
296295
</dependency>
297296

298297
<dependency>
299298
<groupId>org.slf4j</groupId>
300299
<artifactId>slf4j-log4j12</artifactId>
301300
<version>${slf4j.version}</version>
302-
<scope>test</scope>
303301
</dependency>
304302
</dependencies>
305303
</project>

0 commit comments

Comments
 (0)