[rhq] Branch 'rhq-on-as7' - modules/enterprise

mazz mazz at fedoraproject.org
Tue Aug 28 16:05:19 UTC 2012


 modules/enterprise/server/ear/pom.xml |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit e49f4c3085b40a81b33ad63ac0c6c4d0889c7db5
Author: John Mazzitelli <mazz at redhat.com>
Date:   Tue Aug 28 12:05:12 2012 -0400

    we are going to need hibernate API so add it to the dependencies of the rhq ear

diff --git a/modules/enterprise/server/ear/pom.xml b/modules/enterprise/server/ear/pom.xml
index ec8cea9..fc67965 100644
--- a/modules/enterprise/server/ear/pom.xml
+++ b/modules/enterprise/server/ear/pom.xml
@@ -229,7 +229,8 @@
                             <!-- org.jboss.common-core - needed to fix https://issues.jboss.org/browse/AS7-5336 -->
                             <!-- org.jboss.jta - needed for Arjuna CheckedAction related classes and our custom tx interceptor -->
                             <!-- org.apache.commons.logging - needed as per https://docs.jboss.org/author/display/AS71/How+do+I+migrate+my+application+from+AS5+or+AS6+to+AS7 -->
-                            <Dependencies>org.jboss.common-core export,org.jboss.jts,org.apache.commons.logging</Dependencies>
+                            <!-- org.hibernate because we need hibernate specific APIs, e.g. for the HibernateDetachUtility -->
+                            <Dependencies>org.jboss.common-core export,org.jboss.jts,org.apache.commons.logging,org.hibernate</Dependencies>
                         </manifestEntries>
                     </archive>
                     <modules>




More information about the rhq-commits mailing list