Fix plugin dependency scope 60/98960/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 13 Dec 2021 16:09:22 +0000 (17:09 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 13 Dec 2021 16:09:48 +0000 (17:09 +0100)
Maven is complaining about wrong scope here, fix that.

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

index 29a40f381b84892468e36ab4114c9c5200ca0b6d..c30ead9d470255a111b5e23ac258644cb1087f70 100644 (file)
@@ -30,6 +30,7 @@
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-plugin-api</artifactId>
             <version>3.3.9</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.maven.plugin-tools</groupId>