File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 1313 <maven .min.version>3.0.0</maven .min.version>
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1515 <org .jboss.arquillian.version>1.1.1.Final</org .jboss.arquillian.version>
16+ <org .jboss.arquillian.drone.version>1.3.0.Final</org .jboss.arquillian.drone.version>
17+ <org .jboss.arquillian.selenium.bom.version>2.40.0</org .jboss.arquillian.selenium.bom.version>
18+ <org .jboss.arquillian.graphene.version>2.0.2.Final</org .jboss.arquillian.graphene.version>
1619 <org .jboss.arquillian.spock>1.0.0.Beta2</org .jboss.arquillian.spock>
1720 <org .wildfly>8.0.0.Final</org .wildfly>
1821 <org .jboss.eap>7.2.0.Final</org .jboss.eap>
3235 <scope >import</scope >
3336 <type >pom</type >
3437 </dependency >
38+ <dependency >
39+ <groupId >org.jboss.arquillian.extension</groupId >
40+ <artifactId >arquillian-drone-bom</artifactId >
41+ <version >${org.jboss.arquillian.drone.version} </version >
42+ <type >pom</type >
43+ <scope >import</scope >
44+ </dependency >
45+ <dependency >
46+ <groupId >org.jboss.arquillian.selenium</groupId >
47+ <artifactId >selenium-bom</artifactId >
48+ <version >${org.jboss.arquillian.selenium.bom.version} </version >
49+ <type >pom</type >
50+ <scope >import</scope >
51+ </dependency >
52+ <dependency >
53+ <groupId >org.jboss.arquillian.graphene</groupId >
54+ <artifactId >graphene-webdriver</artifactId >
55+ <version >${org.jboss.arquillian.graphene.version} </version >
56+ <type >pom</type >
57+ <scope >test</scope >
58+ </dependency >
3559 <dependency >
3660 <groupId >org.javaee7</groupId >
3761 <artifactId >util-samples</artifactId >
152176 <version >1.3.5</version >
153177 <scope >test</scope >
154178 </dependency >
155- <!-- <dependency>
179+ <!-- <dependency>
156180 <groupId>org.apache.httpcomponents</groupId>
157181 <artifactId>httpclient</artifactId>
158182 <version>4.2.1</version>
You can’t perform that action at this time.
0 commit comments