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
{{ message }}
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
Hi Anshoo,
In the Pom.xml I am using the following maven dependencies. However, adding the extent report dependency 3.1.5 gives me errors related to missing artefacts. If I use 2.031 extent report dependency then the error is gone. Please could you advise. Thanks
org.seleniumhq.selenium
selenium-java
3.11.0
org.testng
testng
6.14.3
test
com.relevantcodes
extentreports
3.1.5
The text was updated successfully, but these errors were encountered:
I faced the same issue , sharing my resolution ,it might be applicable to your scenario (or not ):-
Case 1) Check in your pom.xml if a custom (company hosted) maven repository is added .. if yes , contact concerned person(your manager or lead may be) to check the availability of new extent report jar on that repo.
Case 2) Clean your project and then right click- > maven - > update and select force update all dependencies.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Anshoo,
com.relevantcodes extentreports 3.1.5In the Pom.xml I am using the following maven dependencies. However, adding the extent report dependency 3.1.5 gives me errors related to missing artefacts. If I use 2.031 extent report dependency then the error is gone. Please could you advise. Thanks
org.seleniumhq.selenium
selenium-java
3.11.0
org.testng
testng
6.14.3
test
The text was updated successfully, but these errors were encountered: