Skip to content

Commit 98a1c18

Browse files
committed
fix slf4j pom
1 parent ca5d520 commit 98a1c18

File tree

1 file changed

+6
-12
lines changed
  • net.lecousin.framework.log.bridges/slf4j

1 file changed

+6
-12
lines changed

net.lecousin.framework.log.bridges/slf4j/pom.xml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,6 @@
5454
<version>1.7.25</version>
5555
<scope>provided</scope>
5656
</dependency>
57-
<dependency>
58-
<groupId>org.slf4j</groupId>
59-
<artifactId>slf4j-api</artifactId>
60-
<version>1.7.25</version>
61-
<scope>test</scope>
62-
</dependency>
63-
<dependency>
64-
<groupId>junit</groupId>
65-
<artifactId>junit</artifactId>
66-
<version>4.12</version>
67-
<scope>test</scope>
68-
</dependency>
6957
<dependency>
7058
<groupId>net.lecousin</groupId>
7159
<artifactId>core</artifactId>
@@ -76,6 +64,12 @@
7664
<type>test-jar</type>
7765
<scope>test</scope>
7866
</dependency>
67+
<dependency>
68+
<groupId>junit</groupId>
69+
<artifactId>junit</artifactId>
70+
<version>4.12</version>
71+
<scope>test</scope>
72+
</dependency>
7973
</dependencies>
8074

8175
</project>

0 commit comments

Comments
 (0)