[seam-commits] Seam SVN: r13438 - modules/persistence/trunk/impl.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Jul 19 01:52:25 EDT 2010
Author: shane.bryzak at jboss.com
Date: 2010-07-19 01:52:25 -0400 (Mon, 19 Jul 2010)
New Revision: 13438
Modified:
modules/persistence/trunk/impl/pom.xml
Log:
modify dependency scopes
Modified: modules/persistence/trunk/impl/pom.xml
===================================================================
--- modules/persistence/trunk/impl/pom.xml 2010-07-19 05:50:57 UTC (rev 13437)
+++ modules/persistence/trunk/impl/pom.xml 2010-07-19 05:52:25 UTC (rev 13438)
@@ -40,11 +40,13 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
More information about the seam-commits
mailing list