Skip to content

Commit 4d4d52a

Browse files
author
Fabrice Bibonne
committed
fix(log for tests) print log in console for tests
1 parent 2163660 commit 4d4d52a

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
@@ -153,6 +153,26 @@
153153
<spring-javaformat-maven-plugin.version>0.0.39</spring-javaformat-maven-plugin.version>
154154
</properties>
155155

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

0 commit comments

Comments
 (0)