ele-admin / EasyCaptcha

Java图形验证码,支持gif、中文、算术等类型,可用于Java Web、JavaSE等项目。
Apache License 2.0
112 stars 25 forks source link

下次更新版本时,希望能保留一下旧的版本在maven中央仓库中 #11

Open LambdaExpression opened 5 years ago

LambdaExpression commented 5 years ago

我原本使用

            <dependency>
                <groupId>com.github.whvcse</groupId>
                <artifactId>easyCaptcha</artifactId>
                <version>1.5.0</version>
            </dependency>

现在中央仓库已经没有这个包了。(https://repo1.maven.org/maven2/com/github/whvcse/

每次一联网打包,就报错了

[ERROR] Failed to execute goal on project mvc: Could not resolve dependencies for project : Could not find artifact com.github.whvcse:EasyCaptcha:jar:1.5.0 in central (http://repo.maven.apache.org/maven2) -> [Help 1]

希望下次能注意一下,同时感谢您给我们带来如此方便好用的工具