mssql 을 사용하여 webapi 을 maven build 를 했는데 다음과 같은 에러가 났습니다.
혹시 해결법을 아시나요?
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.933 s
[INFO] Finished at: 2020-02-25T13:57:11+09:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project WebAPI: Could not resolve dependencies for project org.ohdsi:WebAPI:war:1.0.0-SNAPSHOT: Failed to collect dependencies at com.odysseusinc.arachne:execution-engine-commons:jar:1.14.0-alpha-1: Failed to read artifact descriptor for com.odysseusinc.arachne:execution-engine-commons :jar:1.14.0-alpha-1: Could not transfer artifact com.odysseusinc.arachne:executi on-engine-commons:pom:1.14.0-alpha-1 from/to central (http://repo.maven.apache.o rg/maven2/): Transfer failed for http://repo.maven.apache.org/maven2/com/odysseu sinc/arachne/execution-engine-commons/1.14.0-alpha-1/execution-engine-commons-1. 14.0-alpha-1.pom 501 HTTPS Required -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit ch.
[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 rea d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyReso lutionException
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.222 s
[INFO] Finished at: 2020-02-26T10:47:02+09:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project WebAPI: Could not resolve dependencies for project org.ohdsi:WebAPI:war:1.0.0-SNAPSHOT: Failed to collect dependencies at org.eclipse.collections:eclipse-collections:jar:8.0.0: Failed to read artifact descriptor for org.eclipse.collections:eclipse-collections:jar:8.0.0: Could not transfer artifact org.eclipse.collections:eclipse-collections:pom:8.0.0 from/to central (http://repo.maven.apache.org/maven2/): Transfer failed for http://repo.maven.apache.org/maven2/org/eclipse/collections/eclipse-collections/8.0.0/eclipse-collections-8.0.0.pom 501 HTTPS Required -> [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
Hi - please see this issue: https://github.com/OHDSI/WebAPI/issues/1432. Maven now requires SSL which is why the request to http://repo.maven.apache.org/maven2 fails. You may need to use a newer version of WebAPI as mentioned in that issue to work around this problem. You may also need to update your version of Maven if is is < 3.2.3
[ERROR] Failed to execute goal on project WebAPI: Could not resolve dependencies for project org.ohdsi:WebAPI:war:2.8.0-SNAPSHOT: Failed to collect dependencies at org.pac4j:pac4j-saml-opensamlv3:jar:4.0.0 -> net.shibboleth.tool:xmlsectool:jar:2.0.0: Failed to read artifact descriptor for net.shibboleth.tool:xmlsectool:jar:2.0.0: Could not transfer artifact net.shibboleth.tool:xmlsectool:pom:2.0.0 from/to shib-release (Index of /maven/releases): Transfer failed for https://build.shibboleth.net/nexus/content/groups/public/net/shibboleth/tool/xmlsectool/2.0.0/xmlsectool-2.0.0.pom: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target -> [Help 1]