Skip to content

Commit 986098c

Browse files
committed
Cosmetic pom changes
1 parent da1c582 commit 986098c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pom.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24
<modelVersion>4.0.0</modelVersion>
35

46
<parent>
@@ -61,11 +63,6 @@
6163
</properties>
6264

6365
<dependencies>
64-
<!-- Tests -->
65-
<dependency>
66-
<groupId>org.slf4j</groupId>
67-
<artifactId>slf4j-api</artifactId>
68-
</dependency>
6966
<!-- JUnit -->
7067
<dependency>
7168
<groupId>org.junit.jupiter</groupId>
@@ -93,6 +90,7 @@
9390
<groupId>org.hamcrest</groupId>
9491
<artifactId>hamcrest-all</artifactId>
9592
</dependency>
93+
<!-- Reactor -->
9694
<dependency>
9795
<groupId>io.projectreactor</groupId>
9896
<artifactId>reactor-test</artifactId>
@@ -103,6 +101,10 @@
103101
<artifactId>assertj-core</artifactId>
104102
</dependency>
105103
<!-- Logging -->
104+
<dependency>
105+
<groupId>org.slf4j</groupId>
106+
<artifactId>slf4j-api</artifactId>
107+
</dependency>
106108
<dependency>
107109
<groupId>org.apache.logging.log4j</groupId>
108110
<artifactId>log4j-slf4j-impl</artifactId>

0 commit comments

Comments
 (0)