[hibernate-commits] Hibernate SVN: r11462 - trunk/sandbox/maven-poc/plugins/docbook.
hibernate-commits at lists.jboss.org
hibernate-commits at lists.jboss.org
Thu May 3 03:28:15 EDT 2007
Author: steve.ebersole at jboss.com
Date: 2007-05-03 03:28:15 -0400 (Thu, 03 May 2007)
New Revision: 11462
Modified:
trunk/sandbox/maven-poc/plugins/docbook/pom.xml
Log:
refactoring
Modified: trunk/sandbox/maven-poc/plugins/docbook/pom.xml
===================================================================
--- trunk/sandbox/maven-poc/plugins/docbook/pom.xml 2007-05-03 07:25:50 UTC (rev 11461)
+++ trunk/sandbox/maven-poc/plugins/docbook/pom.xml 2007-05-03 07:28:15 UTC (rev 11462)
@@ -77,6 +77,17 @@
<version>1.1.2</version>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>batik</groupId>
+ <artifactId>batik-1.5-fop</artifactId>
+ <version>0.20-5</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
More information about the hibernate-commits
mailing list