[R1] H2 database for testing purpose

This commit is contained in:
Mirna Gama 2024-01-04 12:33:14 -03:00 committed by Mirna Gama
parent f4543b678c
commit c5548d598a

View File

@ -54,6 +54,12 @@
<artifactId>mysql-connector-j</artifactId> <artifactId>mysql-connector-j</artifactId>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.214</version>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>