spring-webflow - maven problem

我正在尝试构建一个使用spring webflow的简单webapp。我在检索webflow依赖项时遇到问题(我正在使用maven 3)。
        <dependency>
        <groupId>org.springframework.webflow</groupId>
        <artifactId>spring-webflow</artifactId>
        <version>2.3.0-RELEASE</version>
    </dependency>
当我运行mvn clean install -X(从命令行)时,我得到以下内容......   无法在项目执行目标blah-webapp:无法解决项目cnm3的依赖关系:blah-webapp:war:1   .0-SNAPSHOT:未能找到org.springframework.webflow:spring-webflow:jar:2.3.0-RELEASE http://repo1.maven.org/maven2/被缓存在本地存储库中,决议将不会重新尝试直到中心的更新间隔已经过去或强制更新 我可以在http://repo1.maven.org/maven2/org/springframework/webflow/spring-webflow/看到这些罐子。 有谁遇到过这个?     
已邀请:
正确的版本值是2.3.0.RELEASE     

要回复问题请先登录注册