Skip to content

Commit

Permalink
Remove unecessary test dependency on plexus-container-default
Browse files Browse the repository at this point in the history
No longer required due to Doxia 2.0.0 upgrade and inclusion triggers Maven warning:

```
Plugin [INTERNAL, EXTERNAL] validation issues were detected in following plugin(s)

 * org.apache.maven.plugins:maven-checkstyle-plugin:3.3.1
  Plugin EXTERNAL issue(s):
   * Plugin depends on plexus-container-default, which is EOL
```
  • Loading branch information
md-5 authored and slachiewicz committed Oct 11, 2024
1 parent a7c962a commit 13e16c5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,6 @@ under the License.
</dependency>

<!-- test -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
<version>2.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 13e16c5

Please sign in to comment.