move univocity-parsers config

(cherry picked from commit e90d1d6b73)
This commit is contained in:
dcy
2024-07-30 13:53:04 +08:00
parent 316e0706f6
commit e7660354de

View File

@@ -27,6 +27,7 @@
</project.build.sourceEncoding>
<grpc.version>1.5.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
<log4j2.version>2.18.0</log4j2.version>
<univocity.parsers.version>2.8.3</univocity.parsers.version>
</properties>
<repositories>
<repository>
@@ -163,7 +164,7 @@
<dependency>
<groupId>com.univocity</groupId>
<artifactId>univocity-parsers</artifactId>
<version>2.8.3</version>
<version>${univocity.parsers.version}</version>
<type>jar</type>
</dependency>