File tree 3 files changed +6
-6
lines changed
appengine-java11/cloudsql
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 71
71
</dependency >
72
72
<!-- Dependencies for Cloud SQL -->
73
73
<dependency >
74
- <groupId >mysql</groupId >
75
- <artifactId >mysql-connector-java </artifactId >
74
+ <groupId >com. mysql</groupId >
75
+ <artifactId >mysql-connector-j </artifactId >
76
76
<version >8.0.33</version >
77
77
<scope >provided</scope >
78
78
</dependency >
Original file line number Diff line number Diff line change 61
61
<version >1.15.2</version >
62
62
</dependency >
63
63
<dependency >
64
- <groupId >mysql</groupId >
65
- <artifactId >mysql-connector-java </artifactId >
64
+ <groupId >com. mysql</groupId >
65
+ <artifactId >mysql-connector-j </artifactId >
66
66
<version >8.0.33</version >
67
67
</dependency >
68
68
<dependency >
Original file line number Diff line number Diff line change 51
51
<version >1.2</version >
52
52
</dependency >
53
53
<dependency >
54
- <groupId >mysql</groupId >
55
- <artifactId >mysql-connector-java </artifactId >
54
+ <groupId >com. mysql</groupId >
55
+ <artifactId >mysql-connector-j </artifactId >
56
56
<version >8.0.33</version >
57
57
</dependency >
58
58
<dependency >
You can’t perform that action at this time.
0 commit comments