Skip to content

Commit 90d5cb5

Browse files
committed
Fix logging
1 parent ea406cd commit 90d5cb5

File tree

1 file changed

+6
-0
lines changed
  • spring-data-eclipse-store-migration

1 file changed

+6
-0
lines changed

spring-data-eclipse-store-migration/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@
9898
<groupId>org.openrewrite</groupId>
9999
<artifactId>rewrite-test</artifactId>
100100
<scope>test</scope>
101+
<exclusions>
102+
<exclusion>
103+
<groupId>org.slf4j</groupId>
104+
<artifactId>slf4j-nop</artifactId>
105+
</exclusion>
106+
</exclusions>
101107
</dependency>
102108
<dependency>
103109
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)