File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 60
60
<version >${jsoup.version} </version >
61
61
</dependency >
62
62
63
+ <!-- For running database migration during application's startup time -->
64
+ <dependency >
65
+ <groupId >org.liquibase</groupId >
66
+ <artifactId >liquibase-core</artifactId >
67
+ <version >${liquibase.version} </version >
68
+ <exclusions >
69
+ <exclusion >
70
+ <groupId >org.yaml</groupId >
71
+ <artifactId >snakeyaml</artifactId >
72
+ </exclusion >
73
+ </exclusions >
74
+ </dependency >
75
+
63
76
<dependency >
64
77
<groupId >org.slf4j</groupId >
65
78
<artifactId >slf4j-api</artifactId >
215
228
<scope >runtime</scope >
216
229
</dependency >
217
230
218
- <!-- For running database migration during application's startup time -->
219
- <dependency >
220
- <groupId >org.liquibase</groupId >
221
- <artifactId >liquibase-core</artifactId >
222
- <version >${liquibase.version} </version >
223
- <exclusions >
224
- <exclusion >
225
- <groupId >org.yaml</groupId >
226
- <artifactId >snakeyaml</artifactId >
227
- </exclusion >
228
- </exclusions >
229
- </dependency >
230
-
231
231
<!--
232
232
Required for "postgres" profile (see src/main/resources/application-postgres.properties).
233
233
Perhaps, you would need to override the following properties as by default it's
You can’t perform that action at this time.
0 commit comments