Add h2 dependency to pom.xml (#6893)
This commit is contained in:
parent
c89c9ea300
commit
cb6c43efa1
|
@ -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>
|
Loading…
Reference in New Issue