Skip to content

Commit 3e718c6

Browse files
modified pom.xml file
1 parent 52be328 commit 3e718c6

File tree

3 files changed

+141
-17
lines changed

3 files changed

+141
-17
lines changed

.idea/misc.xml

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

+132-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

catlog-service/pom.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,18 @@
4040
<groupId>org.flywaydb</groupId>
4141
<artifactId>flyway-core</artifactId>
4242
</dependency>
43+
<dependency>
44+
<groupId>org.flywaydb</groupId>
45+
<artifactId>flyway-database-postgresql</artifactId>
46+
</dependency>
4347
<dependency>
4448
<groupId>org.springdoc</groupId>
4549
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
4650
<version>2.1.0</version>
4751
</dependency>
4852

4953

50-
<dependency>
51-
<groupId>org.flywaydb</groupId>
52-
<artifactId>flyway-database-postgresql</artifactId>
53-
</dependency>
54+
5455

5556
<dependency>
5657
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)