[seam-commits] Seam SVN: r15609 - branches/enterprise/WFK-2_1/functional-tests.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Oct 10 17:59:01 EDT 2013


Author: rsmeral
Date: 2013-10-10 17:59:00 -0400 (Thu, 10 Oct 2013)
New Revision: 15609

Modified:
   branches/enterprise/WFK-2_1/functional-tests/pom.xml
Log:
No need to manage Graphene version in functional-tests

Modified: branches/enterprise/WFK-2_1/functional-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/functional-tests/pom.xml	2013-10-10 21:48:20 UTC (rev 15608)
+++ branches/enterprise/WFK-2_1/functional-tests/pom.xml	2013-10-10 21:59:00 UTC (rev 15609)
@@ -10,10 +10,6 @@
     <artifactId>functional-tests</artifactId>
     <name>Seam Functional Tests Common Classes</name>
 
-    <properties>
-        <version.graphene>2.0.0.Beta1</version.graphene>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>junit</groupId>
@@ -28,7 +24,6 @@
         <dependency>
             <groupId>org.jboss.arquillian.graphene</groupId>
             <artifactId>graphene-webdriver</artifactId>
-            <version>${version.graphene}</version>
             <type>pom</type>
         </dependency>
 



More information about the seam-commits mailing list