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 4cffca1 commit 91a0810Copy full SHA for 91a0810
pom.xml
@@ -201,18 +201,21 @@
201
<artifactId>kotlin-stdlib-jdk8</artifactId>
202
<version>${kotlin.version}</version>
203
<scope>provided</scope>
204
+ <optional>true</optional>
205
</dependency>
206
<dependency>
207
<groupId>org.springframework</groupId>
208
<artifactId>spring-jdbc</artifactId>
209
<version>5.2.9.RELEASE</version>
210
211
212
213
214
<groupId>org.mybatis</groupId>
215
<artifactId>mybatis</artifactId>
216
<version>3.5.5</version>
217
218
219
220
221
0 commit comments