Skip to content

Commit c7b04fc

Browse files
committed
Fix scope of maven-core and maven-plugin-api to provided
1 parent d61e5f1 commit c7b04fc

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
@@ -85,6 +85,7 @@
8585
<groupId>org.apache.maven</groupId>
8686
<artifactId>maven-plugin-api</artifactId>
8787
<version>${mavenVersion}</version>
88+
<scope>provided</scope>
8889
</dependency>
8990
<dependency>
9091
<groupId>org.apache.maven.plugin-tools</groupId>
@@ -116,6 +117,7 @@
116117
<groupId>org.apache.maven</groupId>
117118
<artifactId>maven-core</artifactId>
118119
<version>${mavenVersion}</version>
120+
<scope>provided</scope>
119121
</dependency>
120122
<dependency>
121123
<groupId>org.apache.maven</groupId>

0 commit comments

Comments
 (0)