Skip to content

Commit e40acd8

Browse files
committed
Polish dependency management again
Remove declarations for the Spring OAuth modules that should have been removed as part of eeefbdd
1 parent 233a2e8 commit e40acd8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,16 +1025,6 @@
10251025
<artifactId>spring-security-jwt</artifactId>
10261026
<version>${spring-security-jwt.version}</version>
10271027
</dependency>
1028-
<dependency>
1029-
<groupId>org.springframework.security.oauth</groupId>
1030-
<artifactId>spring-security-oauth</artifactId>
1031-
<version>${spring-security-oauth.version}</version>
1032-
</dependency>
1033-
<dependency>
1034-
<groupId>org.springframework.security.oauth</groupId>
1035-
<artifactId>spring-security-oauth2</artifactId>
1036-
<version>${spring-security-oauth.version}</version>
1037-
</dependency>
10381028
<dependency>
10391029
<groupId>org.thymeleaf</groupId>
10401030
<artifactId>thymeleaf</artifactId>

0 commit comments

Comments
 (0)