Skip to content

Commit

Permalink
Add H2 DB βœοΈπŸ“— :octocat: πŸ³β¬†
Browse files Browse the repository at this point in the history
Add H2 DB βœοΈπŸ“— :octocat: πŸ³β¬†
  • Loading branch information
hendisantika authored Apr 15, 2024
1 parent 5b78c4c commit 49a1607
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
</dependency>

<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
Expand Down

0 comments on commit 49a1607

Please sign in to comment.