-
Bug
-
Resolution: Done
-
Blocker
-
fuse-7.4-GA
-
%
-
Fuse 7.4 Sprint 49 - Blocker 2
The dev builds worked fine for us but the CR1 broke our tests for Spring Boot 2.
After the investigation the differences between dev build and CR1, we found out that Selenium dependencies were added into CR1 bom file which are redundant for us and break our test suite. Because of that we have continuous loop of creating webdriver.
We tried modified bom file where we removed selenium dependencies and it worked out for us.
Please, remove the following selenium dependencies from the bom:
- htmlunit-driver
- selenium-api
- selenium-chrome-driver
- selenium-edge-driver
- selenium-firefox-driver
- selenium-ie-driver
- selenium-java
- selenium-opera-driver
- selenium-remote-driver
- selenium-safari-driver
- selenium-support