diff --git a/modules/dataverse-parent/pom.xml b/modules/dataverse-parent/pom.xml index bfeb093a47e..3e9e9df32ce 100644 --- a/modules/dataverse-parent/pom.xml +++ b/modules/dataverse-parent/pom.xml @@ -13,6 +13,115 @@ ../../pom.xml + + + + + + + + + fish.payara.api + payara-bom + ${payara.version} + pom + import + + + com.amazonaws + aws-java-sdk-bom + ${aws.version} + pom + import + + + com.google.cloud + google-cloud-bom + ${google.cloud.version} + pom + import + + + + + + commons-logging + commons-logging + ${commons.logging.version} + + + org.apache.commons + commons-lang3 + ${commons.lang3.version} + + + + org.apache.httpcomponents + httpclient + ${apache.httpcomponents.client.version} + + + + org.apache.httpcomponents + httpmime + ${apache.httpcomponents.client.version} + + + + org.apache.httpcomponents + httpcore + ${apache.httpcomponents.core.version} + + + + + commons-io + commons-io + ${commons.io.version} + + + + org.apache.commons + commons-compress + ${commons.compress.version} + + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + slf4j-jdk14 + ${slf4j.version} + + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + + + + + + org.testcontainers + testcontainers-bom + ${testcontainers.version} + import + pom + + + diff --git a/pom.xml b/pom.xml index a37c9faa4a8..bf0e74b7d95 100644 --- a/pom.xml +++ b/pom.xml @@ -32,76 +32,6 @@ --> - - fish.payara.api - payara-bom - ${payara.version} - pom - import - - - com.amazonaws - aws-java-sdk-bom - ${aws.version} - pom - import - - - commons-logging - commons-logging - ${commons.logging.version} - - - org.apache.commons - commons-lang3 - ${commons.lang3.version} - - - - org.apache.httpcomponents - httpclient - ${apache.httpcomponents.client.version} - - - - org.apache.httpcomponents - httpmime - ${apache.httpcomponents.client.version} - - - - org.apache.httpcomponents - httpcore - ${apache.httpcomponents.core.version} - - - com.google.cloud - google-cloud-bom - ${google.cloud.version} - pom - import - - - org.testcontainers - testcontainers-bom - ${testcontainers.version} - import - pom - - - - - commons-io - commons-io - ${commons.io.version} - - - - org.apache.commons - commons-compress - 1.21 - - org.apache.abdera @@ -113,29 +43,6 @@ abdera-i18n 1.1.3 - - - - org.slf4j - slf4j-api - ${slf4j.version} - - - org.slf4j - slf4j-jdk14 - ${slf4j.version} - - - org.slf4j - jcl-over-slf4j - ${slf4j.version} - - - org.slf4j - jul-to-slf4j - ${slf4j.version} - - + org.apache.commons commons-lang3 - + @@ -593,6 +500,7 @@ com.google.cloud google-cloud-storage +