gpt4 book ai didi

grails - Grails排除了EmailValidator(commons-validator)依赖性

转载 作者:行者123 更新时间:2023-12-02 14:59:51 26 4
gpt4 key购买 nike

我试图从Grails的默认依赖项中排除Apache Commons库1.4.0版,因为它有一个错误。
https://github.com/grails/grails-core/issues/9000

有些人建议使用新的依赖项进行覆盖,因此我尝试了以下操作,但无济于事。

inherits("global") {
// uncomment to disable ehcache
// excludes 'ehcache'
excludes 'commons-validator'
}

...

dependencies {
compile "commons-validator:commons-validator:1.5.1"
}

有人对如何实现此目标有任何建议吗?

最佳答案

如果您在新的Grails 2.5.5应用程序上执行grails dependency-report,则可以看到:

+--- org.grails:grails-plugin-url-mappings:2.5.5
| \--- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4
| \--- org.grails:grails-validation:2.5.5
| \--- commons-validator:commons-validator:1.4.0

我认为,如果您仅添加依赖项并删除 excludes,它应该可以工作。现在,如果我们执行依赖性报告:
+--- org.grails:grails-plugin-url-mappings:2.5.5
| \--- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4
| \--- org.grails:grails-validation:2.5.5
+--- commons-validator:commons-validator:1.5.1

版本 1.4.0不再在类路径中。

关于grails - Grails排除了EmailValidator(commons-validator)依赖性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40377871/

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