Cleanup filter-manifest plugin dependencies 17/99317/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 17 Jan 2022 11:12:20 +0000 (12:12 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 17 Jan 2022 11:14:36 +0000 (12:14 +0100)
Maven dependencies should be scope=provided. Update their declaration
and also modernize them to 3.8.3, which is the version we require in
odlparent-lite.

Change-Id: I27dc9d40914d54344163bd5879d3fb158c5b4292
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
filter-manifest-plugin/pom.xml

index 42483497c5446a732b841d9f3162fdce55267f1b..2d9723a7502fc14f2b1df8a23b57e4dc2840d80f 100644 (file)
     </description>
 
     <prerequisites>
-        <maven>3.3.9</maven>
+        <maven>3.8.3</maven>
     </prerequisites>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-plugin-api</artifactId>
-            <version>3.3.9</version>
+            <version>3.8.3</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.maven.plugin-tools</groupId>
             <artifactId>maven-plugin-annotations</artifactId>
-            <version>3.3</version>
+            <version>3.6.2</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
@@ -44,7 +45,6 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-plugin-plugin</artifactId>
                 <executions>
                     <execution>