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 6ece803 commit 0a8d0cbCopy full SHA for 0a8d0cb
maven-plugin-report-plugin/pom.xml
@@ -100,6 +100,18 @@
100
<groupId>org.codehaus.plexus</groupId>
101
<artifactId>plexus-utils</artifactId>
102
</dependency>
103
+ <!-- Plexus -->
104
+ <dependency>
105
+ <groupId>org.codehaus.plexus</groupId>
106
+ <artifactId>plexus-i18n</artifactId>
107
+ <version>1.0-beta-10</version>
108
+ <exclusions>
109
+ <exclusion>
110
111
+ <artifactId>plexus-component-api</artifactId>
112
+ </exclusion>
113
+ </exclusions>
114
+ </dependency>
115
116
<!-- tests -->
117
<dependency>
0 commit comments