This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch rb in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git
commit daeabe602e4b88de6f598b2069687497923b7d2d Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sat Apr 17 07:52:01 2021 -0400 revert change --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 0a75ed0..50e4a53 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,12 @@ <version>2.2.0</version> <optional>true</optional> </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-container-default</artifactId> + <version>2.1.0</version> + <scope>provided</scope> + </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId>
