Updating sample to use h2 because hsql is not natively compilable.

This commit is contained in:
Glenn Renfro
2022-11-22 10:04:50 -05:00
parent 92c3d948fd
commit 099f5c0710

View File

@@ -78,8 +78,8 @@
<artifactId>spring-cloud-starter-task</artifactId>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>