Author: ltheussl Date: Mon Jul 2 03:28:07 2007 New Revision: 552459 URL: http://svn.apache.org/viewvc?view=rev&rev=552459 Log: Correct dependencies
Modified: maven/sandbox/trunk/doxia/doxia-module-fo/pom.xml Modified: maven/sandbox/trunk/doxia/doxia-module-fo/pom.xml URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-module-fo/pom.xml?view=diff&rev=552459&r1=552458&r2=552459 ============================================================================== --- maven/sandbox/trunk/doxia/doxia-module-fo/pom.xml (original) +++ maven/sandbox/trunk/doxia/doxia-module-fo/pom.xml Mon Jul 2 03:28:07 2007 @@ -58,10 +58,9 @@ </dependency> <!-- test dependencies --> <dependency> - <groupId>fop</groupId> + <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop</artifactId> <version>0.93</version> - <classifier>jdk14</classifier> <scope>test</scope> </dependency> <dependency> @@ -75,31 +74,6 @@ <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-module-apt</artifactId> <version>${projectVersion}</version> - <scope>test</scope> - </dependency> - <!-- These are transitive deps of fop, but there is no pom in the repo --> - <dependency> - <groupId>avalon-framework</groupId> - <artifactId>avalon-framework</artifactId> - <version>4.1.5</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.0.4</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.xmlgraphics</groupId> - <artifactId>xmlgraphics-commons</artifactId> - <version>1.1</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>batik</groupId> - <artifactId>batik-util</artifactId> - <version>1.6</version> <scope>test</scope> </dependency> </dependencies>