Updated ScyllaDB package to use Spring Boot 3 (#15461)

This commit is contained in:
Amit Pandey 2023-12-21 17:44:23 +05:30 committed by GitHub
parent 5e4ca88972
commit aea8adcfda

View File

@ -10,12 +10,13 @@
<description>Sample ScyllaDB Project</description> <description>Sample ScyllaDB Project</description>
<properties> <properties>
<testcontainers.version>1.17.6</testcontainers.version> <testcontainers.version>1.17.6</testcontainers.version>
<spring-boot.repackage.skip>true</spring-boot.repackage.skip>
</properties> </properties>
<parent> <parent>
<groupId>com.baeldung</groupId> <groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId> <artifactId>parent-boot-3</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-2</relativePath> <relativePath>../../parent-boot-3</relativePath>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>