This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch deps in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
commit edc39050dfe53d2820e943919d51d32d635b2a3f Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Sun Jul 9 09:24:55 2023 -0400 [MJAVADOC-760] explicitly declare plexus dependencies --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 57f996e5..26909c39 100644 --- a/pom.xml +++ b/pom.xml @@ -287,6 +287,16 @@ under the License. <artifactId>plexus-utils</artifactId> <version>3.5.1</version> </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-io</artifactId> + <version>3.4.1</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-archiver</artifactId> + <version>4.7.1</version> + </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId>