We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0fd6d commit c3240c4Copy full SHA for c3240c4
1 file changed
rsocket/spring-security-rsocket.gradle
@@ -1,4 +1,5 @@
1
plugins {
2
+ id 'compile-warnings-error'
3
id 'security-nullability'
4
}
5
@@ -8,6 +9,7 @@ dependencies {
8
9
management platform(project(":spring-security-dependencies"))
10
api project(':spring-security-core')
11
api 'io.rsocket:rsocket-core'
12
+ compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
13
optional project(':spring-security-oauth2-resource-server')
14
optional 'org.springframework:spring-messaging'
15
testImplementation 'io.projectreactor:reactor-test'
0 commit comments