Spring SAML2示例编译错误

时间:2015-04-22 19:35:50

标签: spring spring-security saml saml-2.0

我已经下载了Spring SAML2 核心和示例项目。当试图在eclipse中编译示例项目时,它显示错误。

例如,在类org.springframework.security.saml.web.MetadataController中,有MetadataGenerator.setEntityAlias(..)的引用无法解析。

我检查了 SAML2 核心项目中MetadataGenerator的源代码,但没有这样的方法。

我错过了什么?

1 个答案:

答案 0 :(得分:1)

它适用于我1.0.0.RC2而不是更高版本。

指向以下存储库:

    <repository>
        <id>spring-milestones</id>
        <name>Spring Milestones</name>
        <url>http://repo.spring.io/milestone</url>
        <snapshots>
            <enabled>false</enabled>
        </snapshots>
    </repository>