Skip to content

Commit

Permalink
Updating sample to use h2 because hsql is not natively compilable.
Browse files Browse the repository at this point in the history
  • Loading branch information
cppwfs committed Nov 22, 2022
1 parent 92c3d94 commit 099f5c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-cloud-task-samples/batch-events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 099f5c0

Please sign in to comment.