Skip to content

Commit

Permalink
Add test dependency on H2
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Oct 5, 2023
1 parent f58c0aa commit ec36251
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion microprofile/lra/jax-rs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.helidon.microprofile.testing</groupId>
<artifactId>helidon-microprofile-testing-junit5</artifactId>
Expand Down Expand Up @@ -116,4 +121,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit ec36251

Please sign in to comment.