Hi,
as far as I know when resolving dependencies maven will iterate all the declared repositories one by one while trying to find the dependency. So when it was searching your artifact jira-servicedesk-automation-api
, it iterated all the repositories and the error says “Could not find … in valiantys” because it simply tried the valiantys repository as the last one and failed.
And now to your dependencies: Are you sure that the artifact jira-servicedesk-automation-api
has groupId com.atlassian.servicedesk
? I’ve tried to find it online and the only location I found is com.atlassian.servicedesk.plugins.automation
: https://mvnrepository.com/artifact/com.atlassian.servicedesk.plugins.automation/servicedesk-automation-api?repo=atlassian-public. The same is with the servicedesk-automation-spi
artifact.
Cheers
Vojtěch Schlemmer [MoroSystems, s.r.o., Czech Republic]