Description: Remove unnecessary errorprone annotation processor to enable build
Author: Olek Wojnar <olek@debian.org>
Forwarded: not-needed
Last-Update: 2025-03-22

--- a/pom.xml
+++ b/pom.xml
@@ -186,18 +186,12 @@
           <compilerArgs>
             <arg>-parameters</arg>
             <arg>-XDcompilePolicy=simple</arg>
-            <arg>-Xplugin:ErrorProne</arg>
           </compilerArgs>
           <annotationProcessorPaths>
             <path>
-              <groupId>com.google.errorprone</groupId>
-              <artifactId>error_prone_core</artifactId>
-              <version>${errorprone.version}</version>
-            </path>
-            <path>
               <groupId>com.google.auto.value</groupId>
               <artifactId>auto-value</artifactId>
-              <version>1.7.4</version>
+              <version>debian</version>
             </path>
           </annotationProcessorPaths>
         </configuration>
