From 188095f7d2014101f207c2a618315573afcb1690 Mon Sep 17 00:00:00 2001 From: Matteo Saloni Date: Thu, 6 Feb 2025 16:44:16 +0100 Subject: [PATCH] chore: rebuild v0.10 --- modules/authorization/.flattened-pom.xml | 6 +++ .../.flattened-pom.xml | 53 +++++++++++++++++++ .../.flattened-pom.xml | 6 +++ modules/files/.flattened-pom.xml | 6 +++ 4 files changed, 71 insertions(+) create mode 100644 modules/credentials-provider-db/.flattened-pom.xml diff --git a/modules/authorization/.flattened-pom.xml b/modules/authorization/.flattened-pom.xml index 3eed257c..7110f72d 100644 --- a/modules/authorization/.flattened-pom.xml +++ b/modules/authorization/.flattened-pom.xml @@ -24,6 +24,12 @@ 3.3.5 compile + + org.springframework.boot + spring-boot-starter-web + 3.3.5 + compile + org.projectlombok lombok diff --git a/modules/credentials-provider-db/.flattened-pom.xml b/modules/credentials-provider-db/.flattened-pom.xml new file mode 100644 index 00000000..79ac6cb9 --- /dev/null +++ b/modules/credentials-provider-db/.flattened-pom.xml @@ -0,0 +1,53 @@ + + + 4.0.0 + it.smartcommunitylabdhub + credentials-provider-db + 0.10.0-SNAPSHOT + + + it.smartcommunitylabdhub + dh-commons + 0.10.0-SNAPSHOT + compile + + + it.smartcommunitylabdhub + dh-authorization + 0.10.0-SNAPSHOT + compile + + + com.google.guava + guava + 33.3.1-jre + compile + + + org.projectlombok + lombok + 1.18.34 + compile + true + + + org.springframework.boot + spring-boot-starter-web + 3.3.5 + compile + + + org.slf4j + slf4j-api + 2.0.9 + compile + + + org.slf4j + log4j-over-slf4j + 2.0.9 + compile + + + diff --git a/modules/credentials-provider-minio/.flattened-pom.xml b/modules/credentials-provider-minio/.flattened-pom.xml index ffb2c13d..f0168d6b 100644 --- a/modules/credentials-provider-minio/.flattened-pom.xml +++ b/modules/credentials-provider-minio/.flattened-pom.xml @@ -24,6 +24,12 @@ 8.5.16 compile + + com.google.guava + guava + 33.3.1-jre + compile + org.projectlombok lombok diff --git a/modules/files/.flattened-pom.xml b/modules/files/.flattened-pom.xml index c46bf38d..0dd86374 100644 --- a/modules/files/.flattened-pom.xml +++ b/modules/files/.flattened-pom.xml @@ -12,6 +12,12 @@ 0.10.0-SNAPSHOT compile + + it.smartcommunitylabdhub + dh-authorization + 0.10.0-SNAPSHOT + compile + org.projectlombok lombok