[Feature]Support running tests with testcontainers(#870)

This commit is contained in:
_haoqi
2023-02-01 14:24:55 +08:00
committed by EricZeng
parent 16e251cbe8
commit 256f770971
19 changed files with 383 additions and 82 deletions

View File

@@ -37,6 +37,12 @@
<dependency>
<groupId>io.github.zqrferrari</groupId>
<artifactId>logi-elasticsearch-client</artifactId>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>