[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:24 min
[INFO] Finished at: 2024-07-30T10:14:04+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project je: Could not resolve dependencies for project com.thed.zephyr:je:atlassian-plugin:10.0.1: Failed to collect dependencies at com.atlassian.jira:jira-func-tests:jar:10.0.0-m0008 -> com.atlassian:flaky-test-reporter:jar:4.0.16: Failed to read artifact descriptor for com.atlassian:flaky-test-reporter:jar:4.0.16: The following artifacts could not be resolved: com.atlassian:flaky-test-reporter:pom:4.0.16 (absent): Could not transfer artifact com.atlassian:flaky-test-reporter:pom:4.0.16 from/to inhouse2 (https://svninfra.yourzephyr.com/repository): Connect to svninfra.yourzephyr.com:443 [svninfra.yourzephyr.com/3.13.26.137, svninfra.yourzephyr.com/3.23.121.77] failed: Connect timed out -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
When we are trying to build Jira10 with Java 17,
with the below dependency-><jira.version>10.0.0-m0008</jira.version>
It is throwing the above mentioned error. Can anyone please help in resolving the above issue.