File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments