You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2010/08/09 23:36:10 UTC

svn commit: r983830 - /directory/sandbox/felixk/apacheds-docs/pom.xml

Author: felixk
Date: Mon Aug  9 21:36:10 2010
New Revision: 983830

URL: http://svn.apache.org/viewvc?rev=983830&view=rev
Log:
Remove docbook dependency

Modified:
    directory/sandbox/felixk/apacheds-docs/pom.xml

Modified: directory/sandbox/felixk/apacheds-docs/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/apacheds-docs/pom.xml?rev=983830&r1=983829&r2=983830&view=diff
==============================================================================
--- directory/sandbox/felixk/apacheds-docs/pom.xml (original)
+++ directory/sandbox/felixk/apacheds-docs/pom.xml Mon Aug  9 21:36:10 2010
@@ -56,14 +56,6 @@
         <!-- http://docbkx-tools.sourceforge.net/docbkx-maven-plugin/plugin-info.html -->
         <groupId>com.agilejava.docbkx</groupId>
         <artifactId>docbkx-maven-plugin</artifactId>
-        <dependencies>
-          <dependency>
-            <groupId>org.docbook</groupId>
-            <artifactId>docbook-xml</artifactId>
-            <version>4.4</version>
-            <scope>runtime</scope>
-          </dependency>
-        </dependencies>
         <executions>
           <execution>
             <phase>pre-site</phase>