diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 418482aa..fead95b4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -10,6 +10,7 @@ jobs:
build:
strategy:
+ fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
jdk: [21, 25]
diff --git a/pom.xml b/pom.xml
index 3fe7db31..3d1db184 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,14 +207,6 @@
${slf4j.version}
test
-
-
-
- com.google.code.findbugs
- jsr305
- 3.0.2
- test
-
@@ -646,6 +638,8 @@
NullAway configuration:
--> -XepOpt:NullAway:AnnotatedPackages=edu.hm.hafner -Xep:SuppressWarningsWithoutExplanation:OFF -Xep:AddNullMarkedToPackageInfo:OFF -Xep:PreferredInterfaceType:OFF