Skip to content

Commit 8638b37

Browse files
committed
use 8.0.31
1 parent 0b10503 commit 8638b37

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131

3232
<!--
3333
latest version: fail
34+
-->
3435
<groupId>com.mysql</groupId>
3536
<artifactId>mysql-connector-j</artifactId>
3637
<version>8.0.31</version>
37-
-->
38-
38+
<scope>test</scope>
3939
<!--
4040
8.0.22: fail
4141
<groupId>mysql</groupId>
@@ -44,11 +44,10 @@
4444
-->
4545
<!--
4646
8.0.21: pass
47-
-->
4847
<groupId>mysql</groupId>
4948
<artifactId>mysql-connector-java</artifactId>
5049
<version>8.0.21</version>
51-
<scope>test</scope>
50+
<scope>test</scope>-->
5251
</dependency>
5352

5453
<dependency>

0 commit comments

Comments
 (0)