Skip to content

Commit

Permalink
Add missing dependencies to make Spring Data tests work.
Browse files Browse the repository at this point in the history
  • Loading branch information
peholmst committed Dec 18, 2024
1 parent fcaf974 commit 5a2d557
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions vaadin-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,22 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test-autoconfigure</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
Expand Down

0 comments on commit 5a2d557

Please sign in to comment.