[seam-commits] Seam SVN: r15605 - in branches/enterprise/WFK-2_1/examples: booking/booking-ftest and 22 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Oct 9 10:05:16 EDT 2013


Author: manaRH
Date: 2013-10-09 10:05:15 -0400 (Wed, 09 Oct 2013)
New Revision: 15605

Modified:
   branches/enterprise/WFK-2_1/examples/blog/blog-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/booking/booking-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/contactlist/contactlist-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/excel/excel-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/hibernate/hibernate-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/itext/itext-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/jee6/jee6-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/jpa/jpa-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/mail/mail-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/messages/messages-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/openid/openid-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/quartz/quartz-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/registration/registration-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/remoting/chatroom/chatroom-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/seambay/seambay-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/seampay/seampay-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/seamspace/seamspace-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/spring/spring-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/tasks/tasks-ftest/pom.xml
   branches/enterprise/WFK-2_1/examples/ui/ui-ftest/pom.xml
Log:
https://issues.jboss.org/browse/WFK2-188 fixed examples's ftest deps by removed drone dep mgmt

Modified: branches/enterprise/WFK-2_1/examples/blog/blog-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/booking/booking-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/contactlist/contactlist-ftest/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/contactlist/contactlist-ftest/pom.xml	2013-10-09 12:53:14 UTC (rev 15604)
+++ branches/enterprise/WFK-2_1/examples/contactlist/contactlist-ftest/pom.xml	2013-10-09 14:05:15 UTC (rev 15605)
@@ -15,22 +15,8 @@
 	<properties>
 	    <testDeployment>${basedir}/../contactlist-ear/target/seam-contactlist.ear</testDeployment>
         <browserCapabilities>firefox</browserCapabilities>
-    </properties>
+   </properties>
 
-	<dependencyManagement>
-		<dependencies>
-
-			<dependency>
-				<groupId>org.jboss.arquillian.extension</groupId>
-				<artifactId>arquillian-drone-bom</artifactId>
-				<version>${version.org.jboss.arquillian.extension.drone}</version>
-				<type>pom</type>
-				<scope>import</scope>
-			</dependency>
-
-		</dependencies>
-	</dependencyManagement>
-
 	<dependencies>
 		
 		<dependency>

Modified: branches/enterprise/WFK-2_1/examples/excel/excel-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/hibernate/hibernate-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/itext/itext-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/jee6/jee6-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/jpa/jpa-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/mail/mail-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/messages/messages-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/nestedbooking/nestedbooking-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/openid/openid-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/quartz/quartz-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/registration/registration-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/remoting/chatroom/chatroom-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/remoting/helloworld/helloworld-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/seambay/seambay-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/seamdiscs/seamdiscs-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/seampay/seampay-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/seamspace/seamspace-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/spring/spring-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/tasks/tasks-ftest/pom.xml
===================================================================
(Binary files differ)

Modified: branches/enterprise/WFK-2_1/examples/ui/ui-ftest/pom.xml
===================================================================
(Binary files differ)



More information about the seam-commits mailing list