You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/07/22 13:33:53 UTC

[maven-filtering] branch aether created (now 9412a0b)

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

elharo pushed a change to branch aether
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git.


      at 9412a0b  declare dependencies

This branch includes the following new commits:

     new 9412a0b  declare dependencies

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-filtering] 01/01: declare dependencies

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch aether
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git

commit 9412a0bdb4af1afd14d5af955418a9bb9225da01
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Wed Jul 22 09:33:36 2020 -0400

    declare dependencies
---
 pom.xml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/pom.xml b/pom.xml
index 6a869f6..640328e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,6 +72,25 @@
       <version>${mavenVersion}</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model</artifactId>
+      <version>${mavenVersion}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-settings</artifactId>
+      <version>${mavenVersion}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.sisu</groupId>
+      <artifactId>org.eclipse.sisu.plexus</artifactId>
+      <version>0.0.0.M2a</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-component-annotations</artifactId>
+    </dependency>    
+    <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
       <version>3.3.0-SNAPSHOT</version>