Revize 997c4599
Přidáno uživatelem Petr Urban před více než 1 rok
pom.xml | ||
---|---|---|
5 | 5 |
<parent> |
6 | 6 |
<groupId>org.springframework.boot</groupId> |
7 | 7 |
<artifactId>spring-boot-starter-parent</artifactId> |
8 |
<version>2.4.4</version>
|
|
8 |
<version>2.7.18</version>
|
|
9 | 9 |
<relativePath/> <!-- lookup parent from repository --> |
10 | 10 |
</parent> |
11 | 11 |
|
... | ... | |
77 | 77 |
</dependencyManagement> |
78 | 78 |
|
79 | 79 |
<dependencies> |
80 |
|
|
81 |
|
|
82 |
<dependency> |
|
83 |
<groupId>org.springframework.boot</groupId> |
|
84 |
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId> |
|
85 |
<version>2.7.5</version> |
|
86 |
</dependency> |
|
87 |
|
|
88 |
<dependency> |
|
89 |
<groupId>org.springframework.boot</groupId> |
|
90 |
<artifactId>spring-boot-starter-web</artifactId> |
|
91 |
<version>2.7.5</version> |
|
92 |
</dependency> |
|
93 |
|
|
94 |
<dependency> |
|
95 |
<groupId>org.apache.commons</groupId> |
|
96 |
<artifactId>commons-lang3</artifactId> |
|
97 |
<version>3.13.0</version> |
|
98 |
</dependency> |
|
99 |
|
|
80 | 100 |
<dependency> |
81 | 101 |
<groupId>org.projectlombok</groupId> |
82 | 102 |
<artifactId>lombok</artifactId> |
... | ... | |
88 | 108 |
<artifactId>spring-boot-starter</artifactId> |
89 | 109 |
</dependency> |
90 | 110 |
|
111 |
|
|
91 | 112 |
<dependency> |
92 | 113 |
<groupId>org.springframework.boot</groupId> |
93 | 114 |
<artifactId>spring-boot-starter-test</artifactId> |
... | ... | |
95 | 116 |
</dependency> |
96 | 117 |
|
97 | 118 |
<dependency> |
98 |
<groupId>org.springframework.boot</groupId> |
|
99 |
<artifactId>spring-boot-starter-web</artifactId> |
|
100 |
</dependency> |
|
101 |
|
|
102 |
<dependency> |
|
103 |
<groupId>org.springframework.security</groupId> |
|
104 |
<artifactId>spring-security-web</artifactId> |
|
105 |
</dependency> |
|
106 |
|
|
107 |
<dependency> |
|
108 |
<groupId>mysql</groupId> |
|
109 |
<artifactId>mysql-connector-java</artifactId> |
|
119 |
<groupId>com.mysql</groupId> |
|
120 |
<artifactId>mysql-connector-j</artifactId> |
|
110 | 121 |
<scope>runtime</scope> |
111 | 122 |
</dependency> |
112 | 123 |
|
Také k dispozici: Unified diff
keycloak in spade and spawn integration.