We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9d5f2 commit 89d2eb1Copy full SHA for 89d2eb1
jsf/pom.xml
@@ -36,5 +36,14 @@
36
<module>server-extension</module>
37
<module>viewscoped</module>
38
</modules>
39
+
40
+ <dependencies>
41
+ <dependency>
42
+ <groupId>org.jboss.arquillian.graphene</groupId>
43
+ <artifactId>graphene-webdriver</artifactId>
44
+ <type>pom</type>
45
+ <scope>test</scope>
46
+ </dependency>
47
+ </dependencies>
48
49
</project>
jsf/simple-facelet/pom.xml
@@ -11,13 +11,5 @@
11
12
<artifactId>simple-facelet</artifactId>
13
<packaging>war</packaging>
14
-
15
- <dependencies>
16
- <dependency>
17
- <groupId>org.jboss.arquillian.graphene</groupId>
18
- <artifactId>graphene-webdriver</artifactId>
19
- <type>pom</type>
20
- <scope>test</scope>
21
- </dependency>
22
- </dependencies>
23
0 commit comments