anshooarora / extentreports-java

Community version of Extent API for Java has moved to https://github.com/extent-framework/
http://extentreports.com
Other
528 stars 318 forks source link

Unable to use ExtentReport Dependency 3.1.5 with testNG #1077

Open TinaMehra15 opened 6 years ago

TinaMehra15 commented 6 years ago

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
yogitthakral commented 6 years ago

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.