Skip to content

Commit 9312225

Browse files
committed
fixed spacing in pom.xml #2973
1 parent 7fb2cc5 commit 9312225

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

rate-limiting-pattern/pom.xml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,17 @@
3636
<scope>test</scope>
3737
</dependency>
3838

39+
<dependency>
40+
<groupId>org.slf4j</groupId>
41+
<artifactId>slf4j-api</artifactId>
42+
<version>2.0.9</version>
43+
</dependency>
3944

40-
<dependency>
41-
<groupId>org.slf4j</groupId>
42-
<artifactId>slf4j-api</artifactId>
43-
<version>2.0.9</version>
44-
</dependency>
45-
<dependency>
46-
<groupId>ch.qos.logback</groupId>
47-
<artifactId>logback-classic</artifactId>
48-
<version>1.4.11</version>
49-
</dependency>
50-
45+
<dependency>
46+
<groupId>ch.qos.logback</groupId>
47+
<artifactId>logback-classic</artifactId>
48+
<version>1.4.11</version>
49+
</dependency>
5150

5251
<dependency>
5352
<groupId>org.assertj</groupId>

0 commit comments

Comments
 (0)