(improvement)(headless) 智能填充json提取优化 (#1608)

This commit is contained in:
yudong
2024-08-28 15:20:12 +08:00
committed by GitHub
parent b9ae0a4c92
commit 0fc4713c4f
4 changed files with 185 additions and 3 deletions

View File

@@ -125,6 +125,17 @@
<artifactId>arrow-jdbc</artifactId>
<version>${arrow-jdbc.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>