Skip to content

Commit f17baed

Browse files
committed
更新 MySQL 的连接器版本到 8.4.0
1 parent 5c0bd4b commit f17baed

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

  • persistence-modules/activejdbc

persistence-modules/activejdbc/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
</exclusions>
2828
</dependency>
2929
<dependency>
30-
<groupId>mysql</groupId>
31-
<artifactId>mysql-connector-java</artifactId>
32-
<version>${mysql.connector.version}</version>
30+
<groupId>com.mysql</groupId>
31+
<artifactId>mysql-connector-j</artifactId>
32+
<version>${mysql-connector-j.version}</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.slf4j</groupId>
@@ -63,8 +63,8 @@
6363
</configuration>
6464
<dependencies>
6565
<dependency>
66-
<groupId>mysql</groupId>
67-
<artifactId>mysql-connector-java</artifactId>
66+
<groupId>com.mysql</groupId>
67+
<artifactId>mysql-connector-j</artifactId>
6868
<version>${mysql-connector-j.version}</version>
6969
</dependency>
7070
</dependencies>
@@ -73,9 +73,9 @@
7373
</build>
7474

7575
<properties>
76-
<activejdbc.version>3.4-j11</activejdbc.version>
76+
<activejdbc.version>2.0</activejdbc.version>
7777
<environments>development.test,development</environments>
78-
<mysql-connector-j.version>8.3.0</mysql-connector-j.version>
78+
<mysql-connector-j.version>8.4.0</mysql-connector-j.version>
7979
</properties>
8080

8181
</project>

0 commit comments

Comments
 (0)