[seam-commits] Seam SVN: r14601 - in branches/community/Seam_2_3/examples-ee6/dvdstore: dvdstore-ear/src/main/application/META-INF and 2 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Apr 17 10:30:04 EDT 2012
Author: manaRH
Date: 2012-04-17 10:30:04 -0400 (Tue, 17 Apr 2012)
New Revision: 14601
Modified:
branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/src/main/application/META-INF/jboss-deployment-structure.xml
branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/pom.xml
Log:
rolled back of dom4j and javassist inclusion in dvdstore ear and war
Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/pom.xml 2012-04-17 14:29:46 UTC (rev 14600)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/pom.xml 2012-04-17 14:30:04 UTC (rev 14601)
@@ -23,6 +23,16 @@
<groupId>org.jboss.seam.examples-ee6.dvdstore</groupId>
<artifactId>dvdstore-ejb</artifactId>
<type>ejb</type>
+ <exclusions>
+ <exclusion>
+ <artifactId>dom4j</artifactId>
+ <groupId>dom4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javassist</artifactId>
+ <groupId>javassist</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/src/main/application/META-INF/jboss-deployment-structure.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/src/main/application/META-INF/jboss-deployment-structure.xml 2012-04-17 14:29:46 UTC (rev 14600)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/src/main/application/META-INF/jboss-deployment-structure.xml 2012-04-17 14:30:04 UTC (rev 14601)
@@ -7,6 +7,7 @@
<module name="org.slf4j" export="true"/>
<module name="org.hibernate" export="true"/>
<module name="org.hibernate.validator" export="true"/>
+ <module name="org.dom4j" export="true" />
<module name="javax.faces.api" export="true"/>
<module name="com.sun.jsf-impl" export="true"/>
</dependencies>
Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ejb/pom.xml 2012-04-17 14:29:46 UTC (rev 14600)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ejb/pom.xml 2012-04-17 14:30:04 UTC (rev 14601)
@@ -39,6 +39,10 @@
<artifactId>jboss-logging</artifactId>
<groupId>org.jboss.logging</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>dom4j</artifactId>
+ <groupId>dom4j</groupId>
+ </exclusion>
</exclusions>
</dependency>
@@ -111,6 +115,10 @@
<artifactId>hibernate-ehcache</artifactId>
<groupId>org.hibernate</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>dom4j</artifactId>
+ <groupId>dom4j</groupId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/pom.xml 2012-04-17 14:29:46 UTC (rev 14600)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/pom.xml 2012-04-17 14:30:04 UTC (rev 14601)
@@ -24,6 +24,16 @@
<artifactId>dvdstore-ejb</artifactId>
<type>ejb</type>
<scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>dom4j</artifactId>
+ <groupId>dom4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>javassist</artifactId>
+ <groupId>javassist</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
More information about the seam-commits
mailing list