Skip to content

Commit 12be040

Browse files
authored
Merge pull request #1560 from candrews/patch-2
Remove unused slf4j dependencies from pom
2 parents cbb7b77 + dd57896 commit 12be040

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
@@ -39,16 +39,6 @@
3939
<version>${testng-version}</version>
4040
<scope>test</scope>
4141
</dependency>
42-
<dependency>
43-
<groupId>org.slf4j</groupId>
44-
<artifactId>slf4j-ext</artifactId>
45-
<version>${slf4j-version}</version>
46-
</dependency>
47-
<dependency>
48-
<groupId>org.slf4j</groupId>
49-
<artifactId>slf4j-api</artifactId>
50-
<version>${slf4j-version}</version>
51-
</dependency>
5242
<dependency>
5343
<groupId>commons-io</groupId>
5444
<artifactId>commons-io</artifactId>

0 commit comments

Comments
 (0)