TogetherOS / cicada

🚀 Fast lightweight HTTP service framework.
https://crossoverjie.top/categories/cicada/
Apache License 2.0
953 stars 212 forks source link

我maven导入依赖报错 #2

Closed yefengr closed 6 years ago

yefengr commented 6 years ago

Failed to read artifact descriptor for top.crossoverjie.opensource:cicada-core:jar:1.0.0 less... (Ctrl+F1) Inspection info: Inspects a Maven model for resolution problems.

crossoverJie commented 6 years ago

@yefengr

This is a problem with maven dependencies.

Please upgrade:

<dependency>
    <groupId>top.crossoverjie.opensource</groupId>
    <artifactId>cicada-core</artifactId>
    <version>1.0.1</version>
</dependency>

Also, please ask in English.