Author: hboutemy
Date: Sat Feb 14 01:56:34 2015
New Revision: 1659743
URL: http://svn.apache.org/r1659743
Log:
[DOXIA-526] removed test-scoped xerces:xercesImpl dependency, for completeness
Modified:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml
Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml?rev=1659743&r1=1659742&r2=1659743&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml Sat Feb 14
01:56:34 2015
@@ -49,12 +49,6 @@ under the License.
<artifactId>doxia-test-docs</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>2.9.1</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml?rev=1659743&r1=1659742&r2=1659743&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml Sat Feb 14
01:56:34 2015
@@ -87,11 +87,6 @@ under the License.
<!-- runtime dep for fop -->
<scope>runtime</scope>
</dependency>
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>2.9.1</version>
- </dependency>
</dependencies>
<build>
Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml?rev=1659743&r1=1659742&r2=1659743&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml Sat Feb 14
01:56:34 2015
@@ -49,12 +49,6 @@ under the License.
<artifactId>doxia-test-docs</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>2.9.1</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>