1
0
mirror of https://github.com/pcvolkmer/grz-metadata-processor.git synced 2025-07-01 20:12:54 +00:00

feat: auto import files

This commit is contained in:
2025-06-09 22:01:39 +02:00
parent 2de71be940
commit 699def9465
6 changed files with 108 additions and 8 deletions

View File

@ -32,6 +32,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.flywaydb:flyway-database-postgresql")
implementation("org.flywaydb:flyway-mysql")
implementation("org.springframework.integration:spring-integration-file")
developmentOnly("org.springframework.boot:spring-boot-devtools")
developmentOnly("org.springframework.boot:spring-boot-docker-compose")
runtimeOnly("org.mariadb.jdbc:mariadb-java-client")