build: remove unused testcontainers dependency
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -152,7 +152,6 @@
|
||||
<junit.version>5.11.3</junit.version>
|
||||
<assertj.version>3.26.3</assertj.version>
|
||||
<mockito.version>5.14.2</mockito.version>
|
||||
<testcontainers.version>1.20.3</testcontainers.version>
|
||||
</properties>
|
||||
|
||||
<!--
|
||||
@@ -206,13 +205,6 @@
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.testcontainers</groupId>
|
||||
<artifactId>testcontainers-bom</artifactId>
|
||||
<version>${testcontainers.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- 内部模块 -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user