[hibernate-commits] Hibernate SVN: r16983 - hibernate-jdocbook-style/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Jun 30 12:40:03 EDT 2009


Author: steve.ebersole at jboss.com
Date: 2009-06-30 12:40:02 -0400 (Tue, 30 Jun 2009)
New Revision: 16983

Modified:
   hibernate-jdocbook-style/trunk/pom.xml
Log:
HHH-4001 : jDocBook style : org.eclipse.wst artifacts need to be excluded

Modified: hibernate-jdocbook-style/trunk/pom.xml
===================================================================
--- hibernate-jdocbook-style/trunk/pom.xml	2009-06-30 16:09:09 UTC (rev 16982)
+++ hibernate-jdocbook-style/trunk/pom.xml	2009-06-30 16:40:02 UTC (rev 16983)
@@ -76,6 +76,16 @@
             <groupId>org.jboss</groupId>
             <artifactId>jbossorg-docbook-xslt</artifactId>
             <version>1.1.0</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.wst.css</groupId>
+                    <artifactId>core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.wst.sse</groupId>
+                    <artifactId>core</artifactId>
+                </exclusion>
+            </exclusions>
          </dependency>
         <dependency>
             <groupId>org.jboss</groupId>




More information about the hibernate-commits mailing list