extentreports-java icon indicating copy to clipboard operation
extentreports-java copied to clipboard

Unable to use ExtentReport Dependency 3.1.5 with testNG

Open TinaMehra15 opened this issue 7 years ago • 1 comments

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 <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> 3.11.0 <groupId>org.testng</groupId> <artifactId>testng</artifactId> 6.14.3 test

com.relevantcodes extentreports 3.1.5

TinaMehra15 avatar May 30 '18 14:05 TinaMehra15

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.

yogitthakral avatar Jun 03 '18 09:06 yogitthakral