We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e714d54 commit e94c642Copy full SHA for e94c642
activejdbc-kt/pom.xml
@@ -119,6 +119,17 @@
119
</build>
120
121
<dependencies>
122
+ <dependency>
123
+ <groupId>org.slf4j</groupId>
124
+ <artifactId>slf4j-api</artifactId>
125
+ </dependency>
126
127
128
+ <artifactId>slf4j-simple</artifactId>
129
+ <scope>test</scope>
130
+ <version>${slf4j.version}</version>
131
132
+
133
<dependency>
134
<groupId>${project.groupId}</groupId>
135
<artifactId>activejdbc</artifactId>
0 commit comments