You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cr...@apache.org on 2021/07/02 15:02:41 UTC

[sling-org-apache-sling-auth-saml2] branch master updated: remove duplicated dependency checker-qual from pom

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

cris pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-saml2.git


The following commit(s) were added to refs/heads/master by this push:
     new fadd13e  remove duplicated dependency checker-qual from pom
fadd13e is described below

commit fadd13ec779dc6c85566c30b2341b9e7e3f977c8
Author: Cris Rockwell <cm...@umich.edu>
AuthorDate: Fri Jul 2 11:02:23 2021 -0400

    remove duplicated dependency checker-qual from pom
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 809bfd9..d96a83b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -344,11 +344,6 @@ which is licensed under the Apache-2.0 license.
       <artifactId>error_prone_annotations</artifactId>
       <version>2.3.4</version>
     </dependency>
-    <dependency>
-      <groupId>org.checkerframework</groupId>
-      <artifactId>checker-qual</artifactId>
-      <version>2.11.1</version>
-    </dependency>
 
 <!--    VELOCITY -->
     <dependency>