Skip to content

Commit 6f4b27f

Browse files
Katsuya-Tomiokacp2boston
authored andcommitted
RCB-501: added slf4j-simple to examples (#86)
1 parent 14df02e commit 6f4b27f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,9 @@
6161
<groupId>com.basistech</groupId>
6262
<artifactId>common-api</artifactId>
6363
</dependency>
64+
<dependency>
65+
<groupId>org.slf4j</groupId>
66+
<artifactId>slf4j-simple</artifactId>
67+
</dependency>
6468
</dependencies>
6569
</project>

0 commit comments

Comments
 (0)