[improvement][chat] Add threshold judgment to field replacement (#1850)

This commit is contained in:
lexluo09
2024-10-28 13:57:35 +08:00
committed by GitHub
parent c07b64d33c
commit 920c6e2846
9 changed files with 132 additions and 78 deletions

View File

@@ -247,6 +247,12 @@
<groupId>org.codehaus.woodstox</groupId>
<artifactId>stax2-api</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>${mockito-inline.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>