Add h2 dependency to pom.xml (#6893)

This commit is contained in:
Alejandro Gervasio 2019-05-05 00:30:08 -03:00 committed by KevinGilmore
parent c89c9ea300
commit cb6c43efa1
1 changed files with 6 additions and 1 deletions

View File

@ -41,6 +41,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-apt</artifactId>
@ -87,4 +92,4 @@
<start-class>com.baeldung.SpringDataRestApplication</start-class>
</properties>
</project>
</project>