I was using jbehave-web-selenium v.3.0-rc1, I tried moving to v3.0. After the change, it wasn't able to locate certain classes, since it cannot locate the org.jbehave.web.selenium package.
I looked in the repo, it seems there was a commit ( c7ee07009d1f48ca6fe7a9147c6cc0d13e033bca) made to fix the package names. Does it have anything to do with it? Have I missed something? And, is there a work around, or should I just stay on the release candidate version? In my pom.xml: <dependency> <groupId>org.jbehave.web</groupId> <artifactId>jbehave-web-selenium</artifactId> <version>3.0</version> </dependency> Maven: I ran: mvn -U clean package
