Spring security spring security rc2示例生成失败

Spring security spring security rc2示例生成失败,spring-security,spring-security-ldap,Spring Security,Spring Security Ldap,我在尝试构建spring安全示例ldap jc时遇到以下错误。我用的是3.2.RC2。我已经在pom.xml中将 [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.springframework.security:spring-security-samples-ldap-

我在尝试构建spring安全示例ldap jc时遇到以下错误。我用的是3.2.RC2。我已经在pom.xml中将

    [INFO] Scanning for projects...
    [WARNING] 
    [WARNING] Some problems were encountered while building the effective model for org.springframework.security:spring-security-samples-ldap-jc:war:3.2.0.RC2
    [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: ch.qos.logback:logback-classic:jar -> version 0.9.30 vs 0.9.29 @ line 241, column 17
    [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 45, column 15
    [WARNING] 
    [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
    [WARNING] 
    [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
    [WARNING] 
    [INFO]                                                                         
    [INFO] ------------------------------------------------------------------------
    [INFO] Building spring-security-samples-ldap-jc 3.2.0.RC2
    [INFO] ------------------------------------------------------------------------
    [WARNING] The POM for org.springframework.security:spring-security-samples-messages-jc:jar:3.2.0.RC2 is missing, no dependency information available
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 0.895s
    [INFO] Finished at: Sat Nov 02 13:48:02 PDT 2013
    [INFO] Final Memory: 4M/119M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal on project spring-security-samples-ldap-jc: Could not resolve dependencies for project org.springframework.security:spring-security-samples-ldap-jc:war:3.2.0.RC2: Failure to find org.springframework.security:spring-security-samples-messages-jc:jar:3.2.0.RC2 in http://repo.spring.io/milestone was cached in the local repository, resolution will not be reattempted until the update interval of spring-milestone has elapsed or updates are forced -> [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
    <?xml version="1.0" encoding="UTF-8"?>
    <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 

    http://maven.apache.org/xsd/maven-4.0.0.xsd" 

    xmlns="http://maven.apache.org/POM/4.0.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <modelVersion>4.0.0</modelVersion>
      <groupId>org.springframework.security</groupId>
      <artifactId>spring-security-samples-ldap-jc</artifactId>
      <version>3.2.0.RC2</version>
      <packaging>war</packaging>
      <name>spring-security-samples-ldap-jc</name>
      <description>spring-security-samples-ldap-jc</description>
      <url>http://springsource.org/spring-security</url>
      <organization>
        <name>SpringSource</name>
        <url>http://springsource.org/</url>
      </organization>
      <licenses>
        <license>
          <name>The Apache Software License, Version 2.0</name>
          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
          <distribution>repo</distribution>
        </license>
      </licenses>
      <developers>
        <developer>
          <id>rwinch</id>
          <name>Rob Winch</name>
          <email>rwinch@vmware.com</email>
        </developer>
      </developers>
      <scm>
        <connection>scm:git:git://github.com/SpringSource/spring-

    security</connection>
        <developerConnection>scm:git:git://github.com/SpringSource/spring-

    security</developerConnection>
        <url>https://github.com/SpringSource/spring-security</url>
      </scm>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
              <source>1.7</source>
              <target>1.7</target>
            </configuration>
          </plugin>
          <plugin>
            <artifactId>maven-war-plugin</artifactId>
            <version>2.3</version>
            <configuration>
              <failOnMissingWebXml>false</failOnMissingWebXml>
            </configuration>
          </plugin>
        </plugins>
      </build>
      <repositories>
        <repository>
          <id>spring-milestone</id>
          <url>http://repo.spring.io/milestone</url>
        </repository>
        <repository>
          <id>spring-snasphot</id>
          <url>http://repo.springsource.org/libs-snapshot</url>
        </repository>
      </repositories>
      <dependencies>
        <dependency>
          <groupId>javax.servlet</groupId>
          <artifactId>jstl</artifactId>
          <version>1.2</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>javax.validation</groupId>
          <artifactId>validation-api</artifactId>
          <version>1.0.0.GA</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.apache.directory.server</groupId>
          <artifactId>apacheds-core</artifactId>
          <version>1.5.5</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.apache.directory.server</groupId>
          <artifactId>apacheds-core-entry</artifactId>
          <version>1.5.5</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.apache.directory.server</groupId>
          <artifactId>apacheds-protocol-ldap</artifactId>
          <version>1.5.5</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.apache.directory.server</groupId>
          <artifactId>apacheds-protocol-shared</artifactId>
          <version>1.5.5</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.apache.directory.server</groupId>
          <artifactId>apacheds-server-jndi</artifactId>
          <version>1.5.5</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.apache.directory.shared</groupId>
          <artifactId>shared-ldap</artifactId>
          <version>0.9.15</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.hibernate</groupId>
          <artifactId>hibernate-validator</artifactId>
          <version>4.2.0.Final</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.slf4j</groupId>
          <artifactId>jcl-over-slf4j</artifactId>
          <version>1.7.5</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.slf4j</groupId>
          <artifactId>jul-to-slf4j</artifactId>
          <version>1.7.5</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.slf4j</groupId>
          <artifactId>log4j-over-slf4j</artifactId>
          <version>1.7.5</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-api</artifactId>
          <version>1.7.5</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.springframework.security</groupId>
          <artifactId>spring-security-config</artifactId>
          <version>3.2.0.RC2</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.springframework.security</groupId>
          <artifactId>spring-security-core</artifactId>
          <version>3.2.0.RC2</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.springframework.security</groupId>
          <artifactId>spring-security-ldap</artifactId>
          <version>3.2.0.RC2</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.springframework.security</groupId>
          <artifactId>spring-security-samples-messages-jc</artifactId>
          <version>3.2.0.RC2</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.springframework.security</groupId>
          <artifactId>spring-security-web</artifactId>
          <version>3.2.0.RC2</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.springframework</groupId>
          <artifactId>spring-core</artifactId>
          <version>3.2.4.RELEASE</version>
          <scope>compile</scope>
          <exclusions>
            <exclusion>
              <artifactId>commons-logging</artifactId>
              <groupId>commons-logging</groupId>
            </exclusion>
          </exclusions>
        </dependency>
        <dependency>
          <groupId>org.springframework</groupId>
          <artifactId>spring-jdbc</artifactId>
          <version>3.2.4.RELEASE</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.springframework</groupId>
          <artifactId>spring-webmvc</artifactId>
          <version>3.2.4.RELEASE</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
          <version>1.1.1</version>
          <scope>compile</scope>
          <optional>true</optional>
        </dependency>
        <dependency>
          <groupId>javax.servlet.jsp</groupId>
          <artifactId>jsp-api</artifactId>
          <version>2.1</version>
          <scope>provided</scope>
        </dependency>
        <dependency>
          <groupId>javax.servlet</groupId>
          <artifactId>javax.servlet-api</artifactId>
          <version>3.0.1</version>
          <scope>provided</scope>
        </dependency>
        <dependency>
          <groupId>cglib</groupId>
          <artifactId>cglib-nodep</artifactId>
          <version>2.2.2</version>
          <scope>runtime</scope>
        </dependency>
        <dependency>
          <groupId>ch.qos.logback</groupId>
          <artifactId>logback-classic</artifactId>
          <version>0.9.30</version>
          <scope>runtime</scope>
        </dependency>
        <dependency>
          <groupId>opensymphony</groupId>
          <artifactId>sitemesh</artifactId>
          <version>2.4.2</version>
          <scope>runtime</scope>
        </dependency>
        <dependency>
          <groupId>ch.qos.logback</groupId>
          <artifactId>logback-classic</artifactId>
          <version>0.9.29</version>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
          <version>4.10</version>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>org.easytesting</groupId>
          <artifactId>fest-assert</artifactId>
          <version>1.4</version>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>org.mockito</groupId>
          <artifactId>mockito-core</artifactId>
          <version>1.9.5</version>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>org.springframework</groupId>
          <artifactId>spring-test</artifactId>
          <version>3.2.4.RELEASE</version>
          <scope>test</scope>
        </dependency>
      </dependencies>
      <properties>
        <m2eclipse.wtp.contextRoot>/sample</m2eclipse.wtp.contextRoot>
      </properties>
    </project>
这是我的pom.xml

    [INFO] Scanning for projects...
    [WARNING] 
    [WARNING] Some problems were encountered while building the effective model for org.springframework.security:spring-security-samples-ldap-jc:war:3.2.0.RC2
    [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: ch.qos.logback:logback-classic:jar -> version 0.9.30 vs 0.9.29 @ line 241, column 17
    [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 45, column 15
    [WARNING] 
    [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
    [WARNING] 
    [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
    [WARNING] 
    [INFO]                                                                         
    [INFO] ------------------------------------------------------------------------
    [INFO] Building spring-security-samples-ldap-jc 3.2.0.RC2
    [INFO] ------------------------------------------------------------------------
    [WARNING] The POM for org.springframework.security:spring-security-samples-messages-jc:jar:3.2.0.RC2 is missing, no dependency information available
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 0.895s
    [INFO] Finished at: Sat Nov 02 13:48:02 PDT 2013
    [INFO] Final Memory: 4M/119M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal on project spring-security-samples-ldap-jc: Could not resolve dependencies for project org.springframework.security:spring-security-samples-ldap-jc:war:3.2.0.RC2: Failure to find org.springframework.security:spring-security-samples-messages-jc:jar:3.2.0.RC2 in http://repo.spring.io/milestone was cached in the local repository, resolution will not be reattempted until the update interval of spring-milestone has elapsed or updates are forced -> [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
    <?xml version="1.0" encoding="UTF-8"?>
    <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 

    http://maven.apache.org/xsd/maven-4.0.0.xsd" 

    xmlns="http://maven.apache.org/POM/4.0.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <modelVersion>4.0.0</modelVersion>
      <groupId>org.springframework.security</groupId>
      <artifactId>spring-security-samples-ldap-jc</artifactId>
      <version>3.2.0.RC2</version>
      <packaging>war</packaging>
      <name>spring-security-samples-ldap-jc</name>
      <description>spring-security-samples-ldap-jc</description>
      <url>http://springsource.org/spring-security</url>
      <organization>
        <name>SpringSource</name>
        <url>http://springsource.org/</url>
      </organization>
      <licenses>
        <license>
          <name>The Apache Software License, Version 2.0</name>
          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
          <distribution>repo</distribution>
        </license>
      </licenses>
      <developers>
        <developer>
          <id>rwinch</id>
          <name>Rob Winch</name>
          <email>rwinch@vmware.com</email>
        </developer>
      </developers>
      <scm>
        <connection>scm:git:git://github.com/SpringSource/spring-

    security</connection>
        <developerConnection>scm:git:git://github.com/SpringSource/spring-

    security</developerConnection>
        <url>https://github.com/SpringSource/spring-security</url>
      </scm>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
              <source>1.7</source>
              <target>1.7</target>
            </configuration>
          </plugin>
          <plugin>
            <artifactId>maven-war-plugin</artifactId>
            <version>2.3</version>
            <configuration>
              <failOnMissingWebXml>false</failOnMissingWebXml>
            </configuration>
          </plugin>
        </plugins>
      </build>
      <repositories>
        <repository>
          <id>spring-milestone</id>
          <url>http://repo.spring.io/milestone</url>
        </repository>
        <repository>
          <id>spring-snasphot</id>
          <url>http://repo.springsource.org/libs-snapshot</url>
        </repository>
      </repositories>
      <dependencies>
        <dependency>
          <groupId>javax.servlet</groupId>
          <artifactId>jstl</artifactId>
          <version>1.2</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>javax.validation</groupId>
          <artifactId>validation-api</artifactId>
          <version>1.0.0.GA</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.apache.directory.server</groupId>
          <artifactId>apacheds-core</artifactId>
          <version>1.5.5</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.apache.directory.server</groupId>
          <artifactId>apacheds-core-entry</artifactId>
          <version>1.5.5</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.apache.directory.server</groupId>
          <artifactId>apacheds-protocol-ldap</artifactId>
          <version>1.5.5</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.apache.directory.server</groupId>
          <artifactId>apacheds-protocol-shared</artifactId>
          <version>1.5.5</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.apache.directory.server</groupId>
          <artifactId>apacheds-server-jndi</artifactId>
          <version>1.5.5</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.apache.directory.shared</groupId>
          <artifactId>shared-ldap</artifactId>
          <version>0.9.15</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.hibernate</groupId>
          <artifactId>hibernate-validator</artifactId>
          <version>4.2.0.Final</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.slf4j</groupId>
          <artifactId>jcl-over-slf4j</artifactId>
          <version>1.7.5</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.slf4j</groupId>
          <artifactId>jul-to-slf4j</artifactId>
          <version>1.7.5</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.slf4j</groupId>
          <artifactId>log4j-over-slf4j</artifactId>
          <version>1.7.5</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-api</artifactId>
          <version>1.7.5</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.springframework.security</groupId>
          <artifactId>spring-security-config</artifactId>
          <version>3.2.0.RC2</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.springframework.security</groupId>
          <artifactId>spring-security-core</artifactId>
          <version>3.2.0.RC2</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.springframework.security</groupId>
          <artifactId>spring-security-ldap</artifactId>
          <version>3.2.0.RC2</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.springframework.security</groupId>
          <artifactId>spring-security-samples-messages-jc</artifactId>
          <version>3.2.0.RC2</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.springframework.security</groupId>
          <artifactId>spring-security-web</artifactId>
          <version>3.2.0.RC2</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.springframework</groupId>
          <artifactId>spring-core</artifactId>
          <version>3.2.4.RELEASE</version>
          <scope>compile</scope>
          <exclusions>
            <exclusion>
              <artifactId>commons-logging</artifactId>
              <groupId>commons-logging</groupId>
            </exclusion>
          </exclusions>
        </dependency>
        <dependency>
          <groupId>org.springframework</groupId>
          <artifactId>spring-jdbc</artifactId>
          <version>3.2.4.RELEASE</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.springframework</groupId>
          <artifactId>spring-webmvc</artifactId>
          <version>3.2.4.RELEASE</version>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
          <version>1.1.1</version>
          <scope>compile</scope>
          <optional>true</optional>
        </dependency>
        <dependency>
          <groupId>javax.servlet.jsp</groupId>
          <artifactId>jsp-api</artifactId>
          <version>2.1</version>
          <scope>provided</scope>
        </dependency>
        <dependency>
          <groupId>javax.servlet</groupId>
          <artifactId>javax.servlet-api</artifactId>
          <version>3.0.1</version>
          <scope>provided</scope>
        </dependency>
        <dependency>
          <groupId>cglib</groupId>
          <artifactId>cglib-nodep</artifactId>
          <version>2.2.2</version>
          <scope>runtime</scope>
        </dependency>
        <dependency>
          <groupId>ch.qos.logback</groupId>
          <artifactId>logback-classic</artifactId>
          <version>0.9.30</version>
          <scope>runtime</scope>
        </dependency>
        <dependency>
          <groupId>opensymphony</groupId>
          <artifactId>sitemesh</artifactId>
          <version>2.4.2</version>
          <scope>runtime</scope>
        </dependency>
        <dependency>
          <groupId>ch.qos.logback</groupId>
          <artifactId>logback-classic</artifactId>
          <version>0.9.29</version>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
          <version>4.10</version>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>org.easytesting</groupId>
          <artifactId>fest-assert</artifactId>
          <version>1.4</version>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>org.mockito</groupId>
          <artifactId>mockito-core</artifactId>
          <version>1.9.5</version>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>org.springframework</groupId>
          <artifactId>spring-test</artifactId>
          <version>3.2.4.RELEASE</version>
          <scope>test</scope>
        </dependency>
      </dependencies>
      <properties>
        <m2eclipse.wtp.contextRoot>/sample</m2eclipse.wtp.contextRoot>
      </properties>
    </project>

4.0.0
org.springframework.security
spring安全示例ldap jc
3.2.0.RC2
战争
spring安全示例ldap jc
spring安全示例ldap jc
http://springsource.org/spring-security
泉源
http://springsource.org/
Apache软件许可证,版本2.0
http://www.apache.org/licenses/LICENSE-2.0.txt
回购
rwinch
罗布绞车
rwinch@vmware.com
scm:git:git://github.com/SpringSource/spring-
安全
scm:git:git://github.com/SpringSource/spring-
安全
https://github.com/SpringSource/spring-security
maven编译器插件
1.7
1.7
maven战争插件
2.3
假的
春季里程碑
http://repo.spring.io/milestone
斯诺斯霍特温泉酒店
http://repo.springsource.org/libs-snapshot
javax.servlet
jstl
1.2
编译
javax.validation
验证api
1.0.0.GA
编译
org.apache.directory.server
阿帕切兹核心酒店
1.5.5
编译
org.apache.directory.server
apacheds核心入口
1.5.5
编译
org.apache.directory.server
apacheds协议ldap
1.5.5
编译
org.apache.directory.server
apacheds协议共享
1.5.5
编译
org.apache.directory.server
apacheds服务器jndi
1.5.5
编译
org.apache.directory.shared
共享ldap
0.9.15
编译
org.hibernate
休眠验证器
4.2.0.4最终版本
编译
org.slf4j
jcl-over-slf4j
1.7.5
编译
org.slf4j
七月至六月
1.7.5
编译
org.slf4j
log4j-over-slf4j
1.7.5
编译
org.slf4j
slf4j api
1.7.5
编译
org.springframework.security
spring安全配置
3.2.0.RC2
编译
org.springframework.security
spring安全内核
3.2.0.RC2
编译
org.springframework.security
spring安全ldap
3.2.0.RC2
编译
org.springframework.security
spring安全性示例消息jc
3.2.0.RC2
编译
org.springframework.security
spring安全网
3.2.0.RC2
编译
org.springframework
弹簧芯
3.2.4.1发布
编译
公用记录
公用记录
org.springframework
SpringJDBC
3.2.4.1发布
编译
org.springframework
SpringWebMVC
3.2.4.1发布
编译
公用记录
公用记录
1.1.1
编译
真的
javax.servlet.jsp
jsp api
2.1
假如
javax.servlet
javax.servlet-api
3.0.1
假如
cglib
cglibnodep
2.2.2
运行时
回写
回归经典
0.9.30
运行时
开放交响乐团
网站
2.4.2
运行时
回写
回归经典
0.9.29
测试
朱尼特
朱尼特
4.10
测试
org.easytesting
节日断言
1.4
测试
org.mockito
莫基托磁芯
1.9.5
测试
org.springframework
弹簧试验
3.2.4.1发布
测试
/样品

根本找不到依赖项spring安全示例消息jc。 我不熟悉示例应用程序本身,
但是,导入的项目列表中可能缺少此“子”项目。

@Nils是正确的,这是一个问题,因为示例代码没有部署。我创建了一个解决方案。同时,您可以通过执行以下步骤来解决此问题:

  • 下载RC2发行版
  • 将其解压缩到已知位置。让我们称之为春天之家
  • 导航到SPRING_SECURITY_主页/samples/messages jc
  • 通过在命令行中输入以下命令,将消息jc安装到本地maven存储库

    mvn安装

如果您试图在IDE中使用示例,除了任何示例之外,您可以确保将消息jc导入IDE。

解决方法有效