This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 731d4b2cbbc6335a43b98761d971a63f48fc201d Author: Daniel Kulp <[email protected]> AuthorDate: Wed Jul 22 09:34:09 2020 -0400 Remove unneeded dependency --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index c77be6d..4b6e846 100644 --- a/pom.xml +++ b/pom.xml @@ -603,13 +603,6 @@ <stagingRepositoryId>apache.cxf.site</stagingRepositoryId> <stagingSiteURL>scp://people.apache.org/www/cxf.apache.org/maven-site-${project.version}</stagingSiteURL> </configuration> - <dependencies> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-ssh</artifactId> - <version>2.1</version> - </dependency> - </dependencies> </plugin> <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> <plugin>
