You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/04/17 21:53:39 UTC

[maven-reporting-exec] 07/08: Add missing dependency

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git

commit c50f6defd8d2b6dacfbcb09aaa30830c65125ee7
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 17 23:48:55 2022 +0200

    Add missing dependency
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3997657..7d5cc55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,6 +189,13 @@
       <scope>test</scope>
     </dependency>
 
+    <!-- Used actually in tests only, but if in test scope the transitive dep will be gone -->
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-classworlds</artifactId>
+      <version>2.5.2</version>
+    </dependency>
+
     <dependency>
       <groupId>org.eclipse.aether</groupId>
       <artifactId>aether-connector-basic</artifactId>