mirror of https://github.com/apache/maven.git
o remove dead deps
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@783650 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
356495aed7
commit
49632eeb71
17
pom.xml
17
pom.xml
|
@ -55,8 +55,6 @@ under the License.
|
|||
<plexusInterpolationVersion>1.11</plexusInterpolationVersion>
|
||||
<plexusPluginManagerVersion>1.0-alpha-1</plexusPluginManagerVersion>
|
||||
<plexusUtilsVersion>1.5.15</plexusUtilsVersion>
|
||||
<plexusJetty6Version>1.6</plexusJetty6Version>
|
||||
<plexusWebdavVersion>1.0</plexusWebdavVersion>
|
||||
<wagonVersion>1.0-beta-5</wagonVersion>
|
||||
<modelBuilderVersion>1.8</modelBuilderVersion>
|
||||
<securityDispatcherVersion>1.2</securityDispatcherVersion>
|
||||
|
@ -255,21 +253,6 @@ under the License.
|
|||
<artifactId>plexus-interpolation</artifactId>
|
||||
<version>${plexusInterpolationVersion}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Plexus test dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.sonatype.plexus</groupId>
|
||||
<artifactId>plexus-jetty6</artifactId>
|
||||
<version>${plexusJetty6Version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.sonatype.spice</groupId>
|
||||
<artifactId>plexus-webdav</artifactId>
|
||||
<version>${plexusWebdavVersion}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- Wagon -->
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.wagon</groupId>
|
||||
|
|
Loading…
Reference in New Issue