ref #9359 add dependency management for error_prone_annotations
authorAndreas Müller <a.mueller@bgbm.org>
Thu, 9 Jun 2022 11:51:32 +0000 (13:51 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Thu, 9 Jun 2022 11:51:32 +0000 (13:51 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 0c394a505a7afe9e241d2d447a5249178c43a961..612a45dd5ac158d55dd66e38fee79f1c0ff8cfd4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <artifactId>docx4j-JAXB-Internal</artifactId>
         <version>8.3.7</version>
       </dependency>
+      <dependency>
+        <!-- dependency of guava and docx4j -->
+        <groupId>com.google.errorprone</groupId>
+        <artifactId>error_prone_annotations</artifactId>
+        <version>2.14.0</version>
+      </dependency>
       <dependency>
         <!-- only for version management xalan depends in different versions from 
         org.docx4j:docx4j:6.0.1 and xom:xom:1.2.5 -->