We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b63b0 commit 8069d87Copy full SHA for 8069d87
modello-maven-plugin/pom.xml
@@ -70,6 +70,11 @@
70
<version>${mavenPluginToolsVersion}</version>
71
<scope>provided</scope>
72
</dependency>
73
+ <dependency>
74
+ <groupId>org.apache.maven.reporting</groupId>
75
+ <artifactId>maven-reporting-impl</artifactId>
76
+ <version>3.2.0</version>
77
+ </dependency>
78
79
<!-- plugins, sorted alphabetically -->
80
<dependency>
@@ -120,7 +125,6 @@
120
125
121
126
<groupId>org.codehaus.modello</groupId>
122
127
<artifactId>modello-plugin-xdoc</artifactId>
123
- <scope>runtime</scope>
124
128
129
130
0 commit comments