You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2022/06/03 09:01:14 UTC

[ws-axiom] branch master updated: Allow Dependabot to manage the ErrorProne version

This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new 1aadea58e Allow Dependabot to manage the ErrorProne version
1aadea58e is described below

commit 1aadea58e7a6ad55de2a5167514e906acfe233e1
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Fri Jun 3 08:48:25 2022 +0000

    Allow Dependabot to manage the ErrorProne version
    
    Add a dependencyManagement entry for error_prone_annotations. This makes
    the dependency on ErrorProne visible to Dependabot.
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2fb419765..0195d569a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -526,6 +526,11 @@
                 <artifactId>jetty-webapp</artifactId>
                 <version>${jetty.version}</version>
             </dependency>
+            <dependency>
+                <groupId>com.google.errorprone</groupId>
+                <artifactId>error_prone_annotations</artifactId>
+                <version>${errorprone.version}</version>
+            </dependency>
             <dependency>
                 <groupId>com.google.auto.service</groupId>
                 <artifactId>auto-service-annotations</artifactId>