Bump maven-verifier to 1.7.2 88/97988/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 17 Oct 2021 19:18:19 +0000 (21:18 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 19 Oct 2021 17:39:36 +0000 (19:39 +0200)
This modernizes the components used and removes the need for an
exclusion.

Change-Id: Id3a74c1f5f857cca5e39452f9e3028ec476cfc24
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 3a4fd4f73452a860676fe5ed49f863f859e51d52)
(cherry picked from commit cedd80e0824797be84a4d1024c1653be80932be4)

plugin/yang-maven-plugin-it/pom.xml

index 52a2d06fac81f0d3986c3c8e8ff5ba5b16a4c451..6171f703db4599fe7889d73188f7cdc882f68aec 100644 (file)
         <dependency>
             <groupId>org.apache.maven.shared</groupId>
             <artifactId>maven-verifier</artifactId>
-            <version>1.6</version>
+            <version>1.7.2</version>
             <scope>test</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>com.google.code.findbugs</groupId>
-                    <!-- Use com.google.code.findbugs:annotations instead of jsr305 -->
-                    <artifactId>jsr305</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>