Skip to content

Commit 3e295c6

Browse files
authored
Merge pull request #1251 from mennopruijssers/remove-slf4j
Remove unused slf4j dependencies from pom
2 parents 1db9b57 + a2ad271 commit 3e295c6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

modules/swagger-parser/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,6 @@
3434
<version>${junit-version}</version>
3535
<scope>test</scope>
3636
</dependency>
37-
<dependency>
38-
<groupId>org.slf4j</groupId>
39-
<artifactId>slf4j-ext</artifactId>
40-
<version>${slf4j-version}</version>
41-
</dependency>
42-
<dependency>
43-
<groupId>org.slf4j</groupId>
44-
<artifactId>slf4j-api</artifactId>
45-
<version>${slf4j-version}</version>
46-
</dependency>
4737
<dependency>
4838
<groupId>commons-io</groupId>
4939
<artifactId>commons-io</artifactId>

0 commit comments

Comments
 (0)