Skip to content

Commit

Permalink
fix log error about liquidbased at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Sep 16, 2024
1 parent d1028a5 commit 611f443
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@
<artifactId>jaxb-runtime</artifactId>
<version>2.3.2</version>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<version>4.3.5</version>
</dependency>
</dependencies>

<properties>
Expand Down

0 comments on commit 611f443

Please sign in to comment.