Author: manaRH
Date: 2012-06-21 06:40:43 -0400 (Thu, 21 Jun 2012)
New Revision: 14942
Modified:
branches/community/Seam_2_3/jboss-seam-remoting/pom.xml
Log:
modified scopes for remoting dependencies
Modified: branches/community/Seam_2_3/jboss-seam-remoting/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-remoting/pom.xml 2012-06-21 10:32:23 UTC (rev
14941)
+++ branches/community/Seam_2_3/jboss-seam-remoting/pom.xml 2012-06-21 10:40:43 UTC (rev
14942)
@@ -51,6 +51,7 @@
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
@@ -81,13 +82,12 @@
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
- <type>jar</type>
+ <scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.hibernate.javax.persistence</groupId>
- <artifactId>hibernate-jpa-2.0-api</artifactId>
- <type>jar</type>
+ <groupId>org.hibernate.javax.persistence</groupId>
+ <artifactId>hibernate-jpa-2.0-api</artifactId>
<scope>test</scope>
</dependency>
Show replies by date