diff --git a/pom.xml b/pom.xml index c1276cf..7da88e1 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ com.powsybl.caseserver.repository - 2.15.0 + 2.16.0-SNAPSHOT 3.2.0 diff --git a/src/main/resources/config/application.yaml b/src/main/resources/config/application.yaml index 587b2e6..d17c652 100644 --- a/src/main/resources/config/application.yaml +++ b/src/main/resources/config/application.yaml @@ -28,4 +28,4 @@ powsybl-ws: cleaning-cases-cron: 0 * 2 * * ? storage: - type: file # file or S3 \ No newline at end of file + type: S3 # file or S3 \ No newline at end of file