mirror of https://github.com/apache/maven.git
o remove doxia dependency
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@783652 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
47b77c1df6
commit
bf88fd8ada
7
pom.xml
7
pom.xml
|
@ -48,7 +48,6 @@ under the License.
|
|||
<properties>
|
||||
<classWorldsVersion>1.5.0</classWorldsVersion>
|
||||
<commonsCliVersion>1.0</commonsCliVersion>
|
||||
<doxiaVersion>1.0-alpha-9</doxiaVersion>
|
||||
<easyMockVersion>1.2_Java1.3</easyMockVersion>
|
||||
<junitVersion>3.8.2</junitVersion>
|
||||
<plexusVersion>1.0-beta-3.0.8-SNAPSHOT</plexusVersion>
|
||||
|
@ -269,12 +268,6 @@ under the License.
|
|||
<artifactId>wagon-http-lightweight</artifactId>
|
||||
<version>${wagonVersion}</version>
|
||||
</dependency>
|
||||
<!-- Doxia -->
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.doxia</groupId>
|
||||
<artifactId>doxia-sink-api</artifactId>
|
||||
<version>${doxiaVersion}</version>
|
||||
</dependency>
|
||||
<!-- Commons -->
|
||||
<dependency>
|
||||
<groupId>commons-cli</groupId>
|
||||
|
|
Loading…
Reference in New Issue