You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2009/06/11 09:11:17 UTC

svn commit: r783652 - /maven/components/trunk/pom.xml

Author: jvanzyl
Date: Thu Jun 11 07:11:17 2009
New Revision: 783652

URL: http://svn.apache.org/viewvc?rev=783652&view=rev
Log:
o remove doxia dependency

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=783652&r1=783651&r2=783652&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Thu Jun 11 07:11:17 2009
@@ -48,7 +48,6 @@
   <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 @@
         <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>