Skip to content

Commit e6bb7a0

Browse files
committed
Add spring security rsocket dependency to docs
1 parent 9582aa3 commit e6bb7a0

File tree

1 file changed

+4
-0
lines changed
  • spring-boot-project/spring-boot-docs

1 file changed

+4
-0
lines changed

spring-boot-project/spring-boot-docs/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,10 @@
947947
<artifactId>spring-security-oauth2-resource-server</artifactId>
948948
<optional>true</optional>
949949
</dependency>
950+
<dependency>
951+
<groupId>org.springframework.security</groupId>
952+
<artifactId>spring-security-rsocket</artifactId>
953+
</dependency>
950954
<dependency>
951955
<groupId>org.springframework.security</groupId>
952956
<artifactId>spring-security-saml2-service-provider</artifactId>

0 commit comments

Comments
 (0)