|
|
@ -472,6 +472,21 @@
|
|
|
|
<artifactId>spring-data-redis</artifactId>
|
|
|
|
<artifactId>spring-data-redis</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.testcontainers</groupId>
|
|
|
|
|
|
|
|
<artifactId>jdbc</artifactId>
|
|
|
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.annotation</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.annotation-api</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
|
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.xerial</groupId>
|
|
|
|
<groupId>org.xerial</groupId>
|
|
|
|
<artifactId>sqlite-jdbc</artifactId>
|
|
|
|
<artifactId>sqlite-jdbc</artifactId>
|
|
|
|