[hibernate-commits] Hibernate SVN: r17341 - core/trunk/documentation/manual.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Aug 17 17:27:47 EDT 2009


Author: steve.ebersole at jboss.com
Date: 2009-08-17 17:27:47 -0400 (Mon, 17 Aug 2009)
New Revision: 17341

Modified:
   core/trunk/documentation/manual/pom.xml
Log:
Sigh maven is again requirng the style be defined in both the plugin dependencies and the project dependencies

Modified: core/trunk/documentation/manual/pom.xml
===================================================================
--- core/trunk/documentation/manual/pom.xml	2009-08-17 19:09:17 UTC (rev 17340)
+++ core/trunk/documentation/manual/pom.xml	2009-08-17 21:27:47 UTC (rev 17341)
@@ -107,4 +107,13 @@
         </plugins>
     </build>
 
+    <dependencies>
+        <dependency>
+            <groupId>org.hibernate</groupId>
+            <artifactId>hibernate-jdocbook-style</artifactId>
+            <version>2.0.0</version>
+            <type>jdocbook-style</type>
+        </dependency>
+    </dependencies>
+
 </project>



More information about the hibernate-commits mailing list