Skip to content

Commit 85562ff

Browse files
committed
Switch from mysql to com.mysql groupId.
See #2032
1 parent c095c23 commit 85562ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spring-data-jdbc/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@
124124
</dependency>
125125

126126
<dependency>
127-
<groupId>mysql</groupId>
128-
<artifactId>mysql-connector-java</artifactId>
127+
<groupId>com.mysql</groupId>
128+
<artifactId>mysql-connector-j</artifactId>
129129
<version>${mysql-connector-java.version}</version>
130130
<scope>test</scope>
131131
</dependency>

spring-data-r2dbc/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@
175175
</dependency>
176176

177177
<dependency>
178-
<groupId>mysql</groupId>
179-
<artifactId>mysql-connector-java</artifactId>
178+
<groupId>com.mysql</groupId>
179+
<artifactId>mysql-connector-j</artifactId>
180180
<version>${mysql-connector-java.version}</version>
181181
<scope>test</scope>
182182
</dependency>

0 commit comments

Comments
 (0)