This is an automated email from the ASF dual-hosted git repository.
dkulp pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 41d3bffb0185ef15bd635dc74aa8d5e4f0bce268
Author: Daniel Kulp <dkulp@apache.org>
AuthorDate: Wed Jul 22 09:34:09 2020 -0400
Remove unneeded dependency
(cherry picked from commit 731d4b2cbbc6335a43b98761d971a63f48fc201d)
---
pom.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index aa10d78..d3f6cd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -630,13 +630,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>
|