Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
NoClassDefFoundError when running etsy-web-runner from the jbehave-tutorial package. See attached.
Repro Steps
- jbehave-tutorial> git clone https://github.com/jbehave/jbehave-tutorial.git .
- jbehave-tutorial> mvn clean install -s settings.xml -Pcodehaus,web-runner
- jbehave-tutorial\etsy-web-runner> mvn jetty:run-war -s ../settings.xml -Pcodehaus,web-runner
- visit http://localhost:8080/etsy-stories-runner/
when you add the dependency to the pom.xml file, the test runs
<dependency>
<groupId>org.seleniumhq.selenium.fluent</groupId>
<artifactId>fluent-selenium</artifactId>
<version>1.6.3</version>
</dependency>
i wonder why this doesn't happen automatically due to dependency resolution