Merge pull request #159 from cmunier/DELTASPIKE-1472

DELTASPIKE-1472: Fixed: htmlunit3 dependency of deltaspike-jsf-module-impl has compile scope
diff --git a/deltaspike/modules/jsf/impl/pom.xml b/deltaspike/modules/jsf/impl/pom.xml
index 732db13..4a00a5b 100644
--- a/deltaspike/modules/jsf/impl/pom.xml
+++ b/deltaspike/modules/jsf/impl/pom.xml
@@ -144,6 +144,7 @@
             <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>htmlunit3-driver</artifactId>
             <version>4.18.1</version>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>xml-apis</groupId>