Skip to content

Commit

Permalink
Revert "Change h2 dep to test scope"
Browse files Browse the repository at this point in the history
This reverts commit 4080fcb.
  • Loading branch information
rpoet-jh committed Feb 20, 2025
1 parent 4080fcb commit 88f61ea
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pass-core-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
<artifactId>liquibase-core</artifactId>
</dependency>

<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>

<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
Expand Down Expand Up @@ -196,12 +201,6 @@
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 88f61ea

Please # to comment.