Skip to content

Commit

Permalink
Updated pom.xml
Browse files Browse the repository at this point in the history
Added H2 as a dependency, an in-memory mock database, useful for testing DatabaseManager logic.
  • Loading branch information
roaraf committed Mar 5, 2026
1 parent 273d9a5 commit 3a453b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helpmehelpapplication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
<artifactId>mysql-connector-j</artifactId>
<version>9.6.0</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.4.240</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 3a453b3

Please sign in to comment.