We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
> Task :spring-security-samples-boot-webflux-form:integrationTest sample.WebfluxFormApplicationTests > loginAndLogout FAILED java.lang.NoSuchMethodError at WebfluxFormApplicationTests.java:77 sample.WebfluxFormApplicationTests > loginWhenInvalidUsernameThenError FAILED java.lang.NoSuchMethodError at WebfluxFormApplicationTests.java:59
This happens because org.seleniumhq.selenium:htmlunit-driver:2.37.0 uses a method which is available as of net.sourceforge.htmlunit:htmlunit:2.37.0.
org.seleniumhq.selenium:htmlunit-driver:2.37.0
net.sourceforge.htmlunit:htmlunit:2.37.0
However, this dependency is managed by Spring Boot, which provides net.sourceforge.htmlunit:htmlunit:2.36.0.
net.sourceforge.htmlunit:htmlunit:2.36.0
The text was updated successfully, but these errors were encountered:
0694b62
eleftherias
No branches or pull requests
This happens because
org.seleniumhq.selenium:htmlunit-driver:2.37.0
uses a method which is available as ofnet.sourceforge.htmlunit:htmlunit:2.37.0
.However, this dependency is managed by Spring Boot, which provides
net.sourceforge.htmlunit:htmlunit:2.36.0
.The text was updated successfully, but these errors were encountered: