java xmlsec_找不到net.shibboleth.tool:xmlsectool:2.0.0
故事:我的Java是基于Gradle的項目。使用pac4j依賴這是我的gradle配置:
compile ('org.pac4j:pac4j-saml:3.0.0-RC1'){
exclude group: 'com.google.guava', module: 'guava'
exclude group: 'org.apache.santuario', module: 'xmlsec'
exclude group: 'org.springframework', module: 'spring-core'
}
compile ('org.pac4j:pac4j-oauth:3.0.0-RC1')
compile ('org.pac4j:j2e-pac4j:4.0.0-RC1')
但是由于安全漏洞,我想更新pac4j依賴項,所以我將pac4j更新到了最新版本4.0.0-RC3
但是現在當我清理構建時,我的項目顯示以下錯誤。
* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
> Could not find net.shibboleth.tool:xmlsectool:2.0.0.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/net/shibboleth/tool/xmlsectool/2.0.0/xmlsectool-2.0.0.pom
- https://repo.maven.apache.org/maven2/net/shibboleth/tool/xmlsectool/2.0.0/xmlsectool-2.0.0.jar
- https://pkgs.dev.azure.com/~/maven/v1/net/shibboleth/tool/xmlsectool/2.0.0/xmlsectool-2.0.0.pom
- https://pkgs.dev.azure.com/~/maven/v1/net/shibboleth/tool/xmlsectool/2.0.0/xmlsectool-2.0.0.jar
Required by:
project : > org.pac4j:pac4j-saml:4.0.0-RC1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
請幫助我,讓我知道我哪里錯了。
實際上我無法理解該錯誤。
0
投票
Shibboleth不會發布到Maven Central。 See here
總結
以上是生活随笔為你收集整理的java xmlsec_找不到net.shibboleth.tool:xmlsectool:2.0.0的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python发送文件给微信好友_Pyth
- 下一篇: java中comparator实现序列化