[seam-commits] Seam SVN: r14580 - in branches/community/Seam_2_3/examples-ee6/dvdstore: dvdstore-tests/src/test/java/com/jboss/dvd/seam/test and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Apr 13 12:06:03 EDT 2012


Author: maschmid
Date: 2012-04-13 12:06:03 -0400 (Fri, 13 Apr 2012)
New Revision: 14580

Modified:
   branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ejb/pom.xml
   branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests/src/test/java/com/jboss/dvd/seam/test/BestSellersTest.java
Log:
forgot file in the previous commit


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-13 16:02:36 UTC (rev 14579)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ejb/pom.xml	2012-04-13 16:06:03 UTC (rev 14580)
@@ -95,10 +95,6 @@
 		          <groupId>org.apache.jackrabbit</groupId>
 		          <artifactId>jackrabbit-core</artifactId>
 		      </exclusion>
-		      <exclusion>
-		          <groupId>dom4j</groupId>
-		          <artifactId>dom4j</artifactId>
-		      </exclusion>
               <exclusion>
                   <groupId>cglib</groupId>
                   <artifactId>cglib</artifactId>
@@ -121,6 +117,10 @@
 			<groupId>org.beanshell</groupId>
 			<artifactId>bsh</artifactId>
 		</dependency>
+        <dependency>
+            <groupId>javassist</groupId>
+            <artifactId>javassist</artifactId>
+        </dependency>
 	</dependencies>
    
     <profiles>

Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests/src/test/java/com/jboss/dvd/seam/test/BestSellersTest.java
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests/src/test/java/com/jboss/dvd/seam/test/BestSellersTest.java	2012-04-13 16:02:36 UTC (rev 14579)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-tests/src/test/java/com/jboss/dvd/seam/test/BestSellersTest.java	2012-04-13 16:06:03 UTC (rev 14580)
@@ -32,7 +32,7 @@
       WebArchive web = er.getAsType(WebArchive.class, "dvdstore-web.war");
       web.addClasses(BestSellersTest.class);
       
-   // Install org.jboss.seam.mock.MockSeamListener
+      // Install org.jboss.seam.mock.MockSeamListener
       web.delete("/WEB-INF/web.xml");
       web.addAsWebInfResource("web.xml");
 



More information about the seam-commits mailing list