You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/01/29 12:18:53 UTC

svn commit: r616261 - /maven/sandbox/trunk/doxia/doxia-linkcheck/pom.xml

Author: vsiveton
Date: Tue Jan 29 03:18:52 2008
New Revision: 616261

URL: http://svn.apache.org/viewvc?rev=616261&view=rev
Log:
o clean dependencies

Modified:
    maven/sandbox/trunk/doxia/doxia-linkcheck/pom.xml

Modified: maven/sandbox/trunk/doxia/doxia-linkcheck/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-linkcheck/pom.xml?rev=616261&r1=616260&r2=616261&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-linkcheck/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-linkcheck/pom.xml Tue Jan 29 03:18:52 2008
@@ -21,6 +21,7 @@
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <artifactId>doxia</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
@@ -43,23 +44,14 @@
       <artifactId>commons-logging</artifactId>
       <version>1.1</version>
     </dependency>
+
+    <!-- misc -->
     <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.doxia</groupId>
-      <artifactId>doxia-module-xhtml</artifactId>
-      <version>1.0-beta-1-SNAPSHOT</version>
-    </dependency>
-    <!-- runtime dependencies -->
-    <dependency>
-      <groupId>commons-codec</groupId>
-      <artifactId>commons-codec</artifactId>
-      <version>1.2</version>
-      <scope>runtime</scope>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.4.5</version>
     </dependency>
+
     <!-- test dependencies -->
     <dependency>
       <groupId>junit</groupId>