diff --git a/datasafe-rest-impl/pom.xml b/datasafe-rest-impl/pom.xml index 62336b1af..ee83595f0 100644 --- a/datasafe-rest-impl/pom.xml +++ b/datasafe-rest-impl/pom.xml @@ -53,16 +53,6 @@ de.adorsys datasafe-storage-impl-s3 ${project.version} - - - com.amazonaws - aws-java-sdk-s3 - - - com.amazonaws - aws-java-sdk-core - - de.adorsys @@ -79,67 +69,17 @@ org.springframework.boot spring-boot-starter-web ${spring-boot.version} - - - org.springframework - spring-web - - - org.springframework - spring-test - - - org.springframework - spring-core - - - org.springframework - spring-beans - - - org.springframework - spring-context - - - org.springframework - spring-webmvc - - - org.apache.tomcat.embed - tomcat-embed-core - - - com.fasterxml.jackson.core - jackson-databind - - org.springframework.boot spring-boot-starter-actuator ${spring-boot.version} - - - org.springframework.boot - spring-boot-actuator-autoconfigure - - org.springframework.boot spring-boot-devtools ${spring-boot.version} runtime - - - org.springframework.boot - spring-boot-autoconfigure - - - org.springframework.boot - spring-boot - - org.springframework.boot @@ -151,12 +91,6 @@ org.springframework.boot spring-boot-starter-validation ${spring-boot.version} - - - jakarta.validation - jakarta.validation-api - - @@ -186,24 +120,6 @@ org.springframework.boot spring-boot-starter-security ${spring-boot.version} - - - org.springframework.security - spring-security-config - - - org.springframework.security - spring-security-web - - - org.springframework.security - spring-security-crypto - - - org.springframework.security - spring-security-core - - de.adorsys @@ -330,14 +246,6 @@ org.springframework.boot spring-boot-starter-logging - - org.springframework.boot - spring-boot-test-autoconfigure - - - org.springframework.boot - spring-boot-test - @@ -358,12 +266,6 @@ spring-restdocs-mockmvc test ${spring-restdocs.version} - - - org.springframework.restdocs - spring-restdocs-core - - org.assertj @@ -411,36 +313,93 @@ + - org.springframework.boot - spring-boot-maven-plugin - ${spring-boot.version} + org.apache.maven.plugins + maven-dependency-plugin + ${maven.dependency.plugin.version} + + + com.amazonaws + org.springframework.security + org.slf4j + org.springframework.boot + de.adorsys + org.springframework.security:spring-security-config + org.springframework.security:spring-security-web + org.slf4j:slf4j-api + org.springframework:spring-web + org.springframework.boot:spring-boot + de.adorsys:datasafe-privatestore-api + org.springframework:spring-core + de.adorsys:datasafe-directory-api + org.springframework.security:spring-security-crypto + com.google.dagger:dagger + de.adorsys:datasafe-types-api + com.fasterxml.jackson.core:jackson-databind + com.google.code.gson:gson + de.adorsys:datasafe-inbox-impl + org.springframework.security:spring-security-core + org.springframework.boot:spring-boot-autoconfigure + de.adorsys:datasafe-privatestore-impl + org.springframework:spring-beans + org.apache.tomcat.embed:tomcat-embed-core + org.springframework:spring-context + de.adorsys:datasafe-directory-impl + de.adorsys:datasafe-inbox-api + org.springframework:spring-webmvc + de.adorsys:datasafe-encryption-api + com.google.guava:guava + org.projectlombok:lombok + jakarta.validation:jakarta.validation-api + + + org.springdoc:springdoc-openapi-starter-webmvc-ui + org.springframework.boot:spring-boot-starter-web + org.springframework.boot:spring-boot-starter-actuator + org.springframework.boot:spring-boot-devtools + org.springframework.boot:spring-boot-configuration-processor + org.springframework.boot:spring-boot-starter-validation + io.jsonwebtoken:jjwt-impl + io.jsonwebtoken:jjwt-jackson + org.springframework.boot:spring-boot-starter-security + com.mysql:mysql-connector-j + org.springframework.boot:spring-boot-starter-test + + + de.adorsys:datasafe-inbox-impl + de.adorsys:datasafe-privatestore-impl + org.springframework:spring-beans + com.fasterxml.jackson.core:jackson-databind + com.google.code.gson:gson + + + + analyze - repackage + analyze-only - maven-dependency-plugin - ${maven.dependency.plugin.version} + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} - analyze - analyze-only + repackage - - false - + api-doc diff --git a/datasafe-simple-adapter/datasafe-simple-adapter-impl/pom.xml b/datasafe-simple-adapter/datasafe-simple-adapter-impl/pom.xml index dc8f120e9..61acaa8ac 100644 --- a/datasafe-simple-adapter/datasafe-simple-adapter-impl/pom.xml +++ b/datasafe-simple-adapter/datasafe-simple-adapter-impl/pom.xml @@ -34,16 +34,6 @@ datasafe-storage-impl-s3 ${project.version} compile - - - com.amazonaws - aws-java-sdk-s3 - - - com.amazonaws - aws-java-sdk-core - - de.adorsys @@ -133,30 +123,46 @@ org.assertj assertj-core test - - - org.jetbrains - annotations - - + org.apache.maven.plugins maven-dependency-plugin ${maven.dependency.plugin.version} + + + de.adorsys:datasafe-encryption-impl + de.adorsys:datasafe-inbox-impl + javax.inject:javax.inject + de.adorsys.keymanagement:api + de.adorsys:datasafe-storage-api + de.adorsys:datasafe-privatestore-api + de.adorsys:datasafe-privatestore-impl + de.adorsys:datasafe-directory-api + de.adorsys:datasafe-directory-impl + de.adorsys:datasafe-inbox-api + de.adorsys:datasafe-types-api + de.adorsys:datasafe-encryption-api + org.projectlombok:lombok + + + org.slf4j:slf4j-simple + org.mockito:mockito-core + + + org.bouncycastle:bcprov-jdk18on + + + analyze analyze-only - - false - true -