Closed nenaraab closed 2 years ago
Same problem for maven formatter plugin https://github.com/SAP/cloud-security-xsuaa-integration/pull/702
the following dependency is required to compile the project with java 11 as it's not part of jdk 11 anylonger:
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</dependency>
Issue with com.google.code.findbugs
dependency, development stopped in 2015 with JAVA 8 http://findbugs.sourceforge.net/ doesn't support higher versions.
@nenaraab what you think of switching to this successor https://spotbugs.github.io/ ?
Additional Notes: