SANTUARIO-529 - Disabling ErrorProne until it supports JDK 14


git-svn-id: https://svn.apache.org/repos/asf/santuario/xml-security-java/trunk@1876035 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index e2e1522..a519ea7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,13 +159,13 @@
                     <target>${targetJdk}</target>
                     <compilerArgs>
                         <arg>-XDcompilePolicy=simple</arg>
-                        <arg>-Xplugin:ErrorProne</arg>
+                        <!-- TODO Disabled until JDK 14 is supported <arg>-Xplugin:ErrorProne</arg>-->
                     </compilerArgs>
                     <annotationProcessorPaths>
                         <path>
                             <groupId>com.google.errorprone</groupId>
                             <artifactId>error_prone_core</artifactId>
-                            <version>2.3.2</version>
+                            <version>2.3.4</version>
                         </path>
                     </annotationProcessorPaths>
                 </configuration>