Skip to content

Commit 8467ab8

Browse files
authored
mark Maven core dependencies with scope = provided
1 parent dab2ef3 commit 8467ab8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modello-maven-plugin/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<groupId>org.apache.maven</groupId>
3131
<artifactId>maven-plugin-api</artifactId>
3232
<version>${maven.version}</version>
33+
<scope>provided</scope>
3334
</dependency>
3435
<dependency>
3536
<groupId>org.codehaus.modello</groupId>
@@ -39,11 +40,13 @@
3940
<groupId>org.apache.maven</groupId>
4041
<artifactId>maven-model</artifactId>
4142
<version>${maven.version}</version>
43+
<scope>provided</scope>
4244
</dependency>
4345
<dependency>
4446
<groupId>org.apache.maven</groupId>
4547
<artifactId>maven-core</artifactId>
4648
<version>${maven.version}</version>
49+
<scope>provided</scope>
4750
</dependency>
4851
<dependency>
4952
<groupId>org.codehaus.plexus</groupId>

0 commit comments

Comments
 (0)