You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2020/04/22 21:41:58 UTC

[ws-axiom] branch master updated: Remove unnecessary build extension

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new 4cc5d63  Remove unnecessary build extension
4cc5d63 is described below

commit 4cc5d63ecc4ee72ef1c5e6b97fd2ef6cd6110207
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Wed Apr 22 22:41:32 2020 +0100

    Remove unnecessary build extension
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 785f73b..845bee1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1194,13 +1194,6 @@
                 </configuration>
             </plugin>
         </plugins>
-        <extensions>
-            <extension>
-                <groupId>org.apache.maven.wagon</groupId>
-                <artifactId>wagon-ssh-external</artifactId>
-                <version>2.2</version>
-            </extension>
-        </extensions>
     </build>
 
     <reporting>