gpt4 book ai didi

grails - Grails 2.1.2-无法解决的依赖错误

转载 作者:行者123 更新时间:2023-12-02 14:54:01 25 4
gpt4 key购买 nike

我在Windows 7 64位系统上使用Grails 2.1.2,在编译时给出以下错误,请帮助我如何解决此问题。

 ::::::::::::::::::::::::::::::::::::::::::::::

:: UNRESOLVED DEPENDENCIES ::

::::::::::::::::::::::::::::::::::::::::::::::

:: org.grails.plugins#mail;1.0-SNAPSHOT: not found

:: org.grails.plugins#tomcat;1.3.2: not found

:: org.grails.plugins#hibernate;1.3.2: not found

:: org.grails.plugins#csl-rest-lib;1.0: not found

::::::::::::::::::::::::::::::::::::::::::::::

最佳答案

在BuildConfig.groovy中,尝试声明依赖项:

dependencies {
compile 'org.grails.plugins:mail:1-0-SNAPSHOT'
compile 'org.grails.plugins:tomcat:1.3.2'
...
}

关于grails - Grails 2.1.2-无法解决的依赖错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14044027/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com