我需要将NTLM V2 SSO用于部署在Tomcat 6(Redhat Linux)上的Web应用程序.
我知道JCifs库但它的NTLM过滤器只支持NTLM V1而不支持V2.他们推荐JESPA作为替代方案,但我宁愿拥有开源解决方案.
我知道Waffle做NTLM V1,V2配置为零,但仅适用于部署在Windows上的服务器.
您知道在Linux上部署的应用服务器的NTLM V2 SSO NTLM过滤器吗?
dependencies {
test "com.test:testA:1.0@jar"
test "com.test:testB:1.0@jar"
}
task('collectArtifacts', type: Copy) {
from project.configurations.test
into 'artifacts/'
}
Run Code Online (Sandbox Code Playgroud)
假设缺少工件testA并且testB可用
当我使用./gradlew collectArtifacts时,它显然抱怨说">找不到com.test:testA:1.0".
我怎么能问gradle: