Bump maven-verifier to 1.7.2 63/97963/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 17 Oct 2021 19:18:19 +0000 (21:18 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 18 Oct 2021 05:47:16 +0000 (07:47 +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)

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

index b9e991848276f44cf709f365c0a423269e34f1fe..f9ab139b66b072e4b45fe9714181d181537ae397 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>