Skip to content

Commit

Permalink
[MPLUGIN-472] Use Plexus I18N rather than fiddling with resource bund…
Browse files Browse the repository at this point in the history
…les directly
  • Loading branch information
michael-o committed May 12, 2023
1 parent 6ece803 commit 0a8d0cb
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 104 deletions.
12 changes: 12 additions & 0 deletions maven-plugin-report-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,18 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<!-- Plexus -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-i18n</artifactId>
<version>1.0-beta-10</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- tests -->
<dependency>
Expand Down
Loading

0 comments on commit 0a8d0cb

Please sign in to comment.