You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: do not mark selenium dependencies versions as strict
https://docs.gradle.org/current/userguide/dependency_downgrade_and_exclude.html: "conflicting strict dependencies will trigger a build failure that you have to resolve".
An attempt to use `java-client:8.0.0-beta` in conjunction with Selenium 4.1.0 leads to build failures, like:
```
> Could not resolve org.seleniumhq.selenium:selenium-remote-driver:{strictly 4.0.0}.
Required by:
project :xxxxxxx > io.appium:java-client:8.0.0-beta
```
In a favor of flexibility the selenium dependencies versions are not marked as strict.
0 commit comments