Merge pull request 'fix: correct flyway dependency' (#28) from refactor-architecture into main

Reviewed-on: #28
This commit is contained in:
rov 2026-03-18 17:20:54 -03:00
commit 81b96c8787

View File

@ -36,11 +36,11 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<artifactId>spring-boot-starter-flyway</artifactId>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>