diff --git a/datasafe-rest-impl/pom.xml b/datasafe-rest-impl/pom.xml
index 985abc496..49017a9d0 100644
--- a/datasafe-rest-impl/pom.xml
+++ b/datasafe-rest-impl/pom.xml
@@ -65,12 +65,29 @@
datasafe-metainfo-version-impl
${project.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+ ${spring-boot.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-actuator
+ ${spring-boot.version}
+
org.springframework.boot
spring-boot-devtools
${spring-boot.version}
runtime
+
+ org.springframework.boot
+ spring-boot-configuration-processor
+ ${spring-boot.version}
+ true
+
org.springframework.boot
spring-boot-starter-validation
@@ -115,21 +132,6 @@
mysql-connector-j
${mysql.version}
-
- org.springframework.security
- spring-security-config
- ${spring.framework.security.version}
-
-
- org.springframework.security
- spring-security-web
- ${spring.framework.security.version}
-
-
- org.springframework
- spring-web
- ${spring.framework.version}
-
org.slf4j
slf4j-api
@@ -165,31 +167,16 @@
gson
${gson.version}
-
- org.springframework.security
- spring-security-core
- ${spring.framework.security.version}
-
org.springframework.boot
spring-boot-autoconfigure
${spring-boot.version}
-
- org.springframework
- spring-beans
- ${spring.framework.version}
-
org.apache.tomcat.embed
tomcat-embed-core
${tomcat.version}
-
- org.springframework
- spring-context
- ${spring.framework.version}
-
com.amazonaws
aws-java-sdk-s3
@@ -200,11 +187,6 @@
aws-java-sdk-core
${amazon.aws.version}
-
- org.springframework
- spring-webmvc
- ${spring.framework.version}
-
com.google.guava
guava
diff --git a/datasafe-simple-adapter/datasafe-simple-adapter-impl/pom.xml b/datasafe-simple-adapter/datasafe-simple-adapter-impl/pom.xml
index 41f341353..c8440e7b1 100644
--- a/datasafe-simple-adapter/datasafe-simple-adapter-impl/pom.xml
+++ b/datasafe-simple-adapter/datasafe-simple-adapter-impl/pom.xml
@@ -13,7 +13,6 @@
32.1.1-jre
- 17.0.0
1.78.1
2.50
1.4.4
@@ -50,16 +49,6 @@
slf4j-api
${slf4j-simple.version}
-
- com.amazonaws
- aws-java-sdk-s3
- ${amazon.aws.version}
-
-
- com.amazonaws
- aws-java-sdk-core
- ${amazon.aws.version}
-
org.bouncycastle
bcprov-jdk18on
@@ -118,12 +107,6 @@
assertj-core
test
-
- org.jetbrains
- annotations
- ${jetbrains.annotations.version}
- test
-
org.testcontainers
testcontainers
diff --git a/datasafe-simple-adapter/datasafe-simple-adapter-spring/pom.xml b/datasafe-simple-adapter/datasafe-simple-adapter-spring/pom.xml
index dbf1f5a9d..4756fc550 100644
--- a/datasafe-simple-adapter/datasafe-simple-adapter-spring/pom.xml
+++ b/datasafe-simple-adapter/datasafe-simple-adapter-spring/pom.xml
@@ -14,7 +14,6 @@
6.1.10
3.3.1
- 17.0.0
@@ -134,12 +133,6 @@
jakarta.annotation
jakarta.annotation-api
-
- org.jetbrains
- annotations
- ${jetbrains.annotations.version}
- test
-
@@ -156,6 +149,11 @@
false
+
+ org.jetbrains:annotations
+ de.adorsys:datasafe-storage-api
+ de.adorsys:datasafe-types-api
+
org.springframework.boot:spring-boot-starter-test
de.adorsys:datasafe-business
diff --git a/pom.xml b/pom.xml
index 9c2b15bd9..42f7ef653 100644
--- a/pom.xml
+++ b/pom.xml
@@ -410,6 +410,16 @@
de.adorsys.keymanagement:api
de.adorsys:datasafe-storage-api
de.adorsys:datasafe-directory-api
+ com.amazonaws:aws-java-sdk-s3
+ com.amazonaws:aws-java-sdk-core
+ org.jetbrains:annotations
+ org.springframework.security:spring-security-config
+ org.springframework.security:spring-security-web
+ org.springframework:spring-web
+ org.springframework.security:spring-security-core
+ org.springframework:spring-beans
+ org.springframework:spring-context
+ org.springframework:spring-webmvc
org.slf4j:slf4j-simple
@@ -426,6 +436,9 @@
com.fasterxml.jackson.core:jackson-annotations
com.fasterxml.jackson.core:jackson-databind
org.springframework.boot:spring-boot-starter-security
+ org.springframework.boot:spring-boot-starter-web
+ org.springframework.boot:spring-boot-starter-actuator
+ org.springframework.boot:spring-boot-configuration-processor
org.bouncycastle:bcprov-jdk15on