Skip to content

Commit 0dab361

Browse files
authored
Merge pull request #145 from swagger-api/fix-slf4j
refs #8431 - fix slfj deps
2 parents 99cbd66 + 6a169cb commit 0dab361

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,6 @@
100100
<artifactId>slf4j-api</artifactId>
101101
<version>${slf4j-version}</version>
102102
</dependency>
103-
<dependency>
104-
<groupId>org.slf4j</groupId>
105-
<artifactId>slf4j-simple</artifactId>
106-
<version>${slf4j-version}</version>
107-
</dependency>
108103
<dependency>
109104
<groupId>org.apache.commons</groupId>
110105
<artifactId>commons-lang3</artifactId>
@@ -121,6 +116,12 @@
121116
<version>${testng-version}</version>
122117
<scope>test</scope>
123118
</dependency>
119+
<dependency>
120+
<groupId>org.slf4j</groupId>
121+
<artifactId>slf4j-simple</artifactId>
122+
<version>${slf4j-version}</version>
123+
<scope>test</scope>
124+
</dependency>
124125
<dependency>
125126
<groupId>org.reflections</groupId>
126127
<artifactId>reflections</artifactId>

0 commit comments

Comments
 (0)