JAVA-18764: Changes made for adding the H2 dependency for removing integration failure

This commit is contained in:
Bipinkumar27 2023-11-13 23:08:31 +05:30
parent d2cd902965
commit 8325025cb7
1 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,11 @@
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>${h2.version}</version>
</dependency>
</dependencies>
<build>