File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >2.7.0 </version >
8
+ <version >2.7.8 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
<groupId >com.pj</groupId >
12
12
<artifactId >keycloak</artifactId >
13
- <version >6 .0.0</version >
13
+ <version >7 .0.0</version >
14
14
<name >KeyCloak-Angular-SpringSecurity</name >
15
15
<description >Demo project for KeyCloak and Spring Security</description >
16
16
50
50
<scope >runtime</scope >
51
51
</dependency >
52
52
<dependency >
53
- <groupId >mysql</groupId >
54
- <artifactId >mysql-connector-java</artifactId >
55
- <scope >runtime</scope >
53
+ <groupId >com.mysql</groupId >
54
+ <artifactId >mysql-connector-j</artifactId >
56
55
</dependency >
57
56
<dependency >
58
57
<groupId >org.projectlombok</groupId >
You can’t perform that action at this time.
0 commit comments