From 69a4fda65f14eaa2fd0979b0863c574f39f5163f Mon Sep 17 00:00:00 2001 From: gurkvatten Date: Wed, 1 Apr 2026 12:06:28 +0200 Subject: [PATCH 1/2] added aws s3 jdk and itextpdf dependencies --- compose.yaml | 2 +- pom.xml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 750e30c..30dec63 100644 --- a/compose.yaml +++ b/compose.yaml @@ -6,7 +6,7 @@ services: - 'POSTGRES_PASSWORD=secret' - 'POSTGRES_USER=myuser' ports: - - '5432' + - "5432:5432" minio: image: minio/minio diff --git a/pom.xml b/pom.xml index a30927e..cd571c2 100644 --- a/pom.xml +++ b/pom.xml @@ -109,6 +109,17 @@ org.thymeleaf.extras thymeleaf-extras-springsecurity6 + + com.amazonaws + aws-java-sdk-s3 + 1.12.797 + + + com.itextpdf + itextpdf + 5.5.13.5 + compile + From 276e4a457b79316f59edb7ea2d09fc4cfde4ebdf Mon Sep 17 00:00:00 2001 From: gurkvatten Date: Wed, 1 Apr 2026 12:24:34 +0200 Subject: [PATCH 2/2] update to s3 aws dependency --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index cd571c2..781b6d6 100644 --- a/pom.xml +++ b/pom.xml @@ -110,9 +110,10 @@ thymeleaf-extras-springsecurity6 - com.amazonaws - aws-java-sdk-s3 - 1.12.797 + software.amazon.awssdk + s3 + 2.42.24 + compile com.itextpdf