Hi all!
Wow, first feedback, how cool... :)
1. Yes, dependency org.w3c:dom was added because the project didn't even compile with later Java versions (was it Java 11 or 17? I don't remember).
Kjetil, are you running FlyingSaucer on Java 8, I guess?
Can you still run FlyingSaucer on Java11 or Java17? I guess not.
So we need to solve this problem somehow, now just remove this dependency.
2. Yes, FindBugs is only needed at compile time. Let's remove it from runtime.
It adds annotations like "@Nonnull" and "@Nullable" that are useful in IDE, not in production.