We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab2ef3 commit 8467ab8Copy full SHA for 8467ab8
modello-maven-plugin/pom.xml
@@ -30,6 +30,7 @@
30
<groupId>org.apache.maven</groupId>
31
<artifactId>maven-plugin-api</artifactId>
32
<version>${maven.version}</version>
33
+ <scope>provided</scope>
34
</dependency>
35
<dependency>
36
<groupId>org.codehaus.modello</groupId>
@@ -39,11 +40,13 @@
39
40
41
<artifactId>maven-model</artifactId>
42
43
44
45
46
47
<artifactId>maven-core</artifactId>
48
49
50
51
52
<groupId>org.codehaus.plexus</groupId>
0 commit comments