0

我正在尝试运行一个新的 Grails 项目,但出现此错误

    | Configuring classpath
    | Error Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy for more information):
    - org.springframework:spring-context:3.2.4.RELEASE
    - org.springframework:spring-tx:3.2.4.RELEASE
    - org.springframework:spring-beans:3.2.4.RELEASE
    - org.springframework:spring-core:3.2.4.RELEASE
    - org.springframework:spring-aspects:3.2.4.RELEASE
    - org.slf4j:jcl-over-slf4j:1.7.5
    - org.slf4j:slf4j-api:1.7.5
    - org.springframework:spring-web:3.2.4.RELEASE
    - org.springframework:spring-expression:3.2.4.RELEASE
    - org.springframework:spring-context-support:3.2.4.RELEASE
    - org.springframework:spring-aop:3.2.4.RELEASE
    - org.aspectj:aspectjweaver:1.7.2
    - asm:asm:3.3.1
    - org.aspectj:aspectjrt:1.7.2
    - cglib:cglib:2.2.2
    - org.springframework:spring-webmvc:3.2.4.RELEASE
    - org.springframework:spring-jdbc:3.2.4.RELEASE

我正在使用 sts IDE ...我做错了什么?

4

1 回答 1

1

不确定 STS 问题 - 我的一个建议是尝试让 grails run-app 在命令提示符下运行。这应该将所有依赖项正确下载到您的文件系统中,然后希望 STS 也能获取这些依赖项。

于 2013-10-20T01:38:15.260 回答