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/07/24 08:30:54 UTC

[maven] branch maven-3.9.x updated: Add missing dependency

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

michaelo pushed a commit to branch maven-3.9.x
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/maven-3.9.x by this push:
     new 029587fb0 Add missing dependency
029587fb0 is described below

commit 029587fb0b8bf9e0e4edfbf198fa2a746ba5c827
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jul 24 10:30:49 2022 +0200

    Add missing dependency
---
 maven-embedder/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/maven-embedder/pom.xml b/maven-embedder/pom.xml
index 2b7a4f6b2..d991ffaa2 100644
--- a/maven-embedder/pom.xml
+++ b/maven-embedder/pom.xml
@@ -127,6 +127,10 @@ under the License.
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-cipher</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-interpolation</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>