Skip to content

Commit 9c6c392

Browse files
Fabrice BibonneFBibonne
authored andcommitted
fix(log for tests) print log in console for tests
Signed-off-by: Fabrice Bibonne <[email protected]>
1 parent fd184c3 commit 9c6c392

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,26 @@
152152
<spring-javaformat-maven-plugin.version>0.0.39</spring-javaformat-maven-plugin.version>
153153
</properties>
154154

155+
<dependencyManagement>
156+
<dependencies>
157+
<dependency>
158+
<groupId>org.slf4j</groupId>
159+
<artifactId>jcl-over-slf4j</artifactId>
160+
<version>${slf4j.version}</version>
161+
</dependency>
162+
<dependency>
163+
<groupId>org.slf4j</groupId>
164+
<artifactId>slf4j-api</artifactId>
165+
<version>${slf4j.version}</version>
166+
</dependency>
167+
<dependency>
168+
<groupId>org.slf4j</groupId>
169+
<artifactId>slf4j-simple</artifactId>
170+
<version>${slf4j.version}</version>
171+
</dependency>
172+
</dependencies>
173+
</dependencyManagement>
174+
155175
<build>
156176
<plugins>
157177
<plugin>

0 commit comments

Comments
 (0)