Skip to content

Commit 91a0810

Browse files
committed
Mark all dependencies as optional
1 parent 4cffca1 commit 91a0810

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,18 +201,21 @@
201201
<artifactId>kotlin-stdlib-jdk8</artifactId>
202202
<version>${kotlin.version}</version>
203203
<scope>provided</scope>
204+
<optional>true</optional>
204205
</dependency>
205206
<dependency>
206207
<groupId>org.springframework</groupId>
207208
<artifactId>spring-jdbc</artifactId>
208209
<version>5.2.9.RELEASE</version>
209210
<scope>provided</scope>
211+
<optional>true</optional>
210212
</dependency>
211213
<dependency>
212214
<groupId>org.mybatis</groupId>
213215
<artifactId>mybatis</artifactId>
214216
<version>3.5.5</version>
215217
<scope>provided</scope>
218+
<optional>true</optional>
216219
</dependency>
217220

218221
<dependency>

0 commit comments

Comments
 (0)