File tree 2 files changed +12
-8
lines changed
spring-cloud/spring-cloud-security
2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 5
5
<artifactId >auth-client</artifactId >
6
6
<packaging >jar</packaging >
7
7
<name >auth-client</name >
8
- <description >Spring Cloud Security APP Client Module</description >
9
-
8
+ <description >Spring Cloud Security APP Client Module</description >
9
+
10
10
<parent >
11
11
<artifactId >spring-cloud-security</artifactId >
12
12
<groupId >com.baeldung</groupId >
61
61
<groupId >org.springframework.boot</groupId >
62
62
<artifactId >spring-boot-starter-thymeleaf</artifactId >
63
63
</dependency >
64
+ <dependency >
65
+ <groupId >org.springframework.security.oauth</groupId >
66
+ <artifactId >spring-security-oauth2</artifactId >
67
+ </dependency >
64
68
</dependencies >
65
69
66
70
<build >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
6
6
<artifactId >auth-resource</artifactId >
14
14
<groupId >com.baeldung</groupId >
15
15
<version >1.0.0-SNAPSHOT</version >
16
16
</parent >
17
-
17
+
18
18
<dependencies >
19
19
<dependency >
20
- <groupId >org.springframework.security.oauth </groupId >
21
- <artifactId >spring-security-oauth2 </artifactId >
20
+ <groupId >org.springframework.boot </groupId >
21
+ <artifactId >spring-boot-starter-web </artifactId >
22
22
</dependency >
23
23
<dependency >
24
- <groupId >org.springframework.cloud </groupId >
25
- <artifactId >spring-cloud-starter- security</artifactId >
24
+ <groupId >org.springframework.security.oauth </groupId >
25
+ <artifactId >spring-security-oauth2 </artifactId >
26
26
</dependency >
27
27
<dependency >
28
28
<groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments