Skip to content

Commit e94c642

Browse files
committed
Add missing logger dependencies
1 parent e714d54 commit e94c642

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

activejdbc-kt/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,17 @@
119119
</build>
120120

121121
<dependencies>
122+
<dependency>
123+
<groupId>org.slf4j</groupId>
124+
<artifactId>slf4j-api</artifactId>
125+
</dependency>
126+
<dependency>
127+
<groupId>org.slf4j</groupId>
128+
<artifactId>slf4j-simple</artifactId>
129+
<scope>test</scope>
130+
<version>${slf4j.version}</version>
131+
</dependency>
132+
122133
<dependency>
123134
<groupId>${project.groupId}</groupId>
124135
<artifactId>activejdbc</artifactId>

0 commit comments

Comments
 (0)