Skip to content

Commit 962be35

Browse files
author
TheSnoozer
committed
#615: declare these Maven artifacts in provided scope
1 parent a9dd793 commit 962be35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,13 @@
239239
<groupId>org.apache.maven</groupId>
240240
<artifactId>maven-plugin-api</artifactId>
241241
<version>${maven-plugin-api.version}</version>
242+
<scope>provided</scope>
242243
</dependency>
243244
<dependency>
244245
<groupId>org.apache.maven</groupId>
245246
<artifactId>maven-core</artifactId>
246247
<version>${maven-plugin-api.version}</version>
248+
<scope>provided</scope>
247249
</dependency>
248250

249251
<dependency>

0 commit comments

Comments
 (0)