diff --git a/datasafe-rest-impl/pom.xml b/datasafe-rest-impl/pom.xml index d4609fa4e..63c2634ca 100644 --- a/datasafe-rest-impl/pom.xml +++ b/datasafe-rest-impl/pom.xml @@ -19,13 +19,12 @@ 3.0.0 2.2.4 1.6.0 - 6.1.2 + 6.1.2 2.0.7 6.1.10 3.0.0 2.17.1 10.1.11 - 1.12.646 32.1.1-jre 3.0.2 2.50 @@ -111,7 +110,7 @@ mysql-connector-j ${mysql.version} - + org.springframework.security spring-security-config ${spring.framework.security.version} @@ -245,7 +244,7 @@ test ${spring-restdocs.version} - + org.assertj assertj-core ${assertj.version} @@ -280,7 +279,7 @@ mockito-core ${mockito.version} test - + diff --git a/datasafe-simple-adapter/datasafe-simple-adapter-impl/pom.xml b/datasafe-simple-adapter/datasafe-simple-adapter-impl/pom.xml index b661385fc..bb4f8823e 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 @@ 4.13.2 - 1.12.646 32.1.1-jre 17.0.0 1.78.1 @@ -52,7 +51,7 @@ slf4j-api ${slf4j-simple.version} - + com.amazonaws aws-java-sdk-s3 ${amazon.aws.version} @@ -120,7 +119,7 @@ assertj-core test - + junit junit ${junit.version} @@ -132,7 +131,7 @@ ${jetbrains.annotations.version} test - + org.testcontainers testcontainers @@ -190,4 +189,4 @@ - + \ No newline at end of file diff --git a/datasafe-simple-adapter/datasafe-simple-adapter-spring/pom.xml b/datasafe-simple-adapter/datasafe-simple-adapter-spring/pom.xml index 85fca485c..85c281d5b 100644 --- a/datasafe-simple-adapter/datasafe-simple-adapter-spring/pom.xml +++ b/datasafe-simple-adapter/datasafe-simple-adapter-spring/pom.xml @@ -14,7 +14,7 @@ 6.1.10 3.3.1 - 4.13.2 + 4.13.2 17.0.0 @@ -95,6 +95,13 @@ ${jupiter.version} test + + de.adorsys + datasafe-business + ${project.version} + test-jar + test + de.adorsys datasafe-types-api @@ -128,7 +135,7 @@ jakarta.annotation jakarta.annotation-api - + junit junit ${junit.version} @@ -158,6 +165,7 @@ false org.springframework.boot:spring-boot-starter-test + de.adorsys:datasafe-business @@ -169,4 +177,4 @@ - + \ No newline at end of file diff --git a/datasafe-test-storages/pom.xml b/datasafe-test-storages/pom.xml index bf47838db..5dc5a6d33 100644 --- a/datasafe-test-storages/pom.xml +++ b/datasafe-test-storages/pom.xml @@ -28,6 +28,18 @@ testcontainers compile + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + compile + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + compile + de.adorsys datasafe-storage-api @@ -43,6 +55,7 @@ datasafe-storage-impl-s3 ${project.version} + org.junit.jupiter junit-jupiter-api diff --git a/last-module-codecoverage-check/pom.xml b/last-module-codecoverage-check/pom.xml index 6d6e550b5..036e6b7c6 100644 --- a/last-module-codecoverage-check/pom.xml +++ b/last-module-codecoverage-check/pom.xml @@ -111,7 +111,18 @@ datasafe-types-api ${project.version} - + + + de.adorsys + datasafe-simple-adapter-impl + ${project.version} + + + de.adorsys + datasafe-simple-adapter-spring + ${project.version} + + @@ -214,6 +225,8 @@ de.adorsys:datasafe-storage-impl-s3 de.adorsys:datasafe-types-api org.junit.jupiter:junit-jupiter-engine + de.adorsys:datasafe-simple-adapter-impl + de.adorsys:datasafe-simple-adapter-spring diff --git a/pom.xml b/pom.xml index 6dc169149..1c48c1315 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ 8.4.0 4.23.1 1.4.4 - 2.17.1 + 2.16.1 0.0.11 2.1.1 2.3.1 @@ -397,7 +397,7 @@ javax.inject:javax.inject org.projectlombok:lombok - de.adorsys:datasafe-privatestore-api + de.adorsys:datasafe-privatestore-api de.adorsys:datasafe-directory-api de.adorsys:datasafe-types-api de.adorsys:datasafe-inbox-impl @@ -415,8 +415,8 @@ org.slf4j:slf4j-simple org.mockito:mockito-core de.adorsys:datasafe-runtime-delegate - org.springframework.boot:spring-boot-starter-validation - de.adorsys:datasafe-business + org.springframework.boot:spring-boot-starter-validation + de.adorsys:datasafe-business org.springframework.boot:spring-boot-devtools io.jsonwebtoken:jjwt-impl io.jsonwebtoken:jjwt-jackson @@ -443,7 +443,7 @@ com.google.guava:guava com.google.code.gson:gson de.adorsys.keymanagement:juggler-bouncycastle - org.junit.jupiter:junit-jupiter-api + org.junit.jupiter:junit-jupiter-api de.adorsys:datasafe-storage-impl-s3 org.testcontainers:testcontainers de.adorsys:datasafe-storage-impl-fs