Skip to content

Commit 438ba4a

Browse files
committed
Harden javac
1 parent b66fd89 commit 438ba4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

joinfaces/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ dependencies {
2020
compileOnly 'jakarta.faces:jakarta.faces-api'
2121
compileOnly 'jakarta.servlet:jakarta.servlet-api'
2222
compileOnly 'jakarta.persistence:jakarta.persistence-api'
23+
2324
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
25+
testCompileOnly "com.google.code.findbugs:jsr305:3.0.2"
2426

2527
implementation 'io.github.classgraph:classgraph'
2628

0 commit comments

Comments
 (0)