Skip to content

Commit 69a3ff5

Browse files
committed
enable logging for testing
1 parent d745321 commit 69a3ff5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

sdk/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@
5656
<artifactId>mockito-core</artifactId>
5757
<scope>test</scope>
5858
</dependency>
59+
<dependency>
60+
<groupId>org.slf4j</groupId>
61+
<artifactId>slf4j-simple</artifactId>
62+
<version>${slf4j.version}</version>
63+
<scope>test</scope>
64+
</dependency>
5965
</dependencies>
6066

6167
<build>

0 commit comments

Comments
 (0)