Update copy-files-plugin dependencies 18/99318/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 17 Jan 2022 11:15:16 +0000 (12:15 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 17 Jan 2022 11:56:39 +0000 (12:56 +0100)
Modernize dependencies and prerequisites to 3.8.3, which is the version
we enforce from odlparent-lite.

Change-Id: Ic56cdfca7bc0329af5110d75e38e706145178c17
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
copy-files-plugin/pom.xml

index c30ead9d470255a111b5e23ac258644cb1087f70..78d96f1d30fcfa6e8c71d327669da1f8a2e9cb2b 100644 (file)
     <name>ODL :: odlparent :: ${project.artifactId}</name>
 
     <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>
@@ -43,7 +43,6 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-plugin-plugin</artifactId>
                 <version>3.6.2</version>
                 <executions>