Latest maven repo

https://cloud.experitest.com/repo

is it the correct maven repo? when i try to access it shows 404 error

And when i try to download dependencies from pom, its throwing below error

Could not resolve dependencies for project Selenium_Automation:XXX_AppiumStudio_Automation:jar:0.0.1-SNAPSHOT: Failed to collect dependencies at com.google.gdata:gdata-spreadsheet:jar:3.0: Failed to read artifact descriptor for com.google.gdata:gdata-spreadsheet:jar:3.0: Could not transfer artifact com.google.gdata:gdata-spreadsheet:pom:3.0 from/to Experitest.repo1 (https://cloud.experitest.com/repo): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Hi

these jars are probably located in the maven central repo

can you share with us your pom.xml file? are you sure you’ve added the main repo to the POM?

pom.xml (11.4 KB)

PFA pom.xml file

Hi @swatest82

The unresolved dependencies are not located in Maven central.

For example, Gdata Client Meta 1.0 is located at https://artifacts.alfresco.com/nexus/content/repositories/public/

gdata-spreadsheet is located at http://dist.wso2.org/maven2, and so on.

To find out what additional repositories you need to add to your pom.xml, head over to https://mvnrepository.com/ and search for the jars that you need for your project. Choose the version and at the bottom you will see what repo holds the dependency.