|
|
@ -49,7 +49,7 @@
|
|
|
|
<commons.csv.version>1.12.0</commons.csv.version>
|
|
|
|
<commons.csv.version>1.12.0</commons.csv.version>
|
|
|
|
<h2.version>2.3.232</h2.version>
|
|
|
|
<h2.version>2.3.232</h2.version>
|
|
|
|
<junit.version>4.13.2</junit.version>
|
|
|
|
<junit.version>4.13.2</junit.version>
|
|
|
|
<testcontainers.version>1.20.1</testcontainers.version>
|
|
|
|
<testcontainers.version>1.20.3</testcontainers.version>
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
@ -123,6 +123,11 @@
|
|
|
|
<version>${testcontainers.version}</version>
|
|
|
|
<version>${testcontainers.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
|
|
|
<artifactId>commons-compress</artifactId>
|
|
|
|
|
|
|
|
<version>[1.26.0,)</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-csv</artifactId>
|
|
|
|
<artifactId>commons-csv</artifactId>
|
|
|
|