Skip to content

Commit 13e16c5

Browse files
md-5slachiewicz
authored andcommitted
Remove unecessary test dependency on plexus-container-default
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 ```
1 parent a7c962a commit 13e16c5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,6 @@ under the License.
207207
</dependency>
208208

209209
<!-- test -->
210-
<dependency>
211-
<groupId>org.codehaus.plexus</groupId>
212-
<artifactId>plexus-container-default</artifactId>
213-
<version>2.1.1</version>
214-
<scope>test</scope>
215-
</dependency>
216210
<dependency>
217211
<groupId>junit</groupId>
218212
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)