Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit 239c743

Browse files
Flyway db migration implemented
1 parent 6fa4496 commit 239c743

31 files changed

+7135
-1
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
</properties>
2323

2424
<dependencies>
25+
<dependency>
26+
<groupId>org.flywaydb</groupId>
27+
<artifactId>flyway-core</artifactId>
28+
<version>7.7.3</version>
29+
</dependency>
2530
<dependency>
2631
<groupId>org.postgresql</groupId>
2732
<artifactId>postgresql</artifactId>

src/main/java/org/brapi/test/BrAPITestServer/BrapiTestServerConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,4 @@ public void addFormatters(FormatterRegistry registry) {
5353
}
5454
};
5555
}
56-
5756
}

0 commit comments

Comments
 (0)