Skip to content

Commit c3240c4

Browse files
JiHunparkkkrwinch
authored andcommitted
Remove compiler warnings for spring-security-rsocket
Closes gh-18437 Signed-off-by: jihunparkkk <pjh2996@naver.com>
1 parent 3c0fd6d commit c3240c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rsocket/spring-security-rsocket.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
plugins {
2+
id 'compile-warnings-error'
23
id 'security-nullability'
34
}
45

@@ -8,6 +9,7 @@ dependencies {
89
management platform(project(":spring-security-dependencies"))
910
api project(':spring-security-core')
1011
api 'io.rsocket:rsocket-core'
12+
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
1113
optional project(':spring-security-oauth2-resource-server')
1214
optional 'org.springframework:spring-messaging'
1315
testImplementation 'io.projectreactor:reactor-test'

0 commit comments

Comments
 (0)