shulieTech / Takin

Takin is an Java-based, open-source system designed to measure online environmental performance test for full-links, Especially for microservices. Through Takin, middlewares and applications can identify real online traffic and test traffic, ensure that they enter the right databases.
Apache License 2.0
1.32k stars 330 forks source link

import to idea error #13

Closed huashen closed 3 years ago

huashen commented 3 years ago
<dependency>
            <groupId>io.shulie.amdb</groupId>
            <artifactId>amdb-common</artifactId>
            <version>1.0-SNAPSHOT</version>
</dependency>

is missing

xhb7636553 commented 3 years ago

Thank you for report the problem and we will fix it soon.

xhb7636553 commented 3 years ago
<dependency>
            <groupId>io.shulie.amdb</groupId>
            <artifactId>amdb-common</artifactId>
            <version>1.0-SNAPSHOT</version>
</dependency>

is missing

This problem was fixed.