From e07d280da449fd2524dd9cf8fee56c16032ace48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Garc=C3=ADa?= Date: Fri, 8 Sep 2023 16:25:14 +0200 Subject: [PATCH] Move datastorage providers to maven modules and include them in the build on demand - move artifact versions to dependency management --- datastorages/cmis/pom.xml | 8 -------- datastorages/jcloud/pom.xml | 1 - datastorages/s3/pom.xml | 1 - pom.xml | 30 ++++++++++++++++++++++++++++++ 4 files changed, 30 insertions(+), 10 deletions(-) diff --git a/datastorages/cmis/pom.xml b/datastorages/cmis/pom.xml index bae09bfbdd0..0da3c37cd4c 100644 --- a/datastorages/cmis/pom.xml +++ b/datastorages/cmis/pom.xml @@ -58,19 +58,11 @@ org.apache.chemistry.opencmis chemistry-opencmis-client-api - 1.1.0 org.apache.chemistry.opencmis chemistry-opencmis-client-impl - 1.1.0 - - - xml-resolver - xml-resolver - - diff --git a/datastorages/jcloud/pom.xml b/datastorages/jcloud/pom.xml index 26d5986380c..7858f083deb 100644 --- a/datastorages/jcloud/pom.xml +++ b/datastorages/jcloud/pom.xml @@ -89,7 +89,6 @@ org.apache.jclouds jclouds-all - 2.3.0 diff --git a/datastorages/s3/pom.xml b/datastorages/s3/pom.xml index 00698232f2d..ced98e0ea08 100644 --- a/datastorages/s3/pom.xml +++ b/datastorages/s3/pom.xml @@ -90,7 +90,6 @@ com.amazonaws aws-java-sdk-s3 - 1.12.261 diff --git a/pom.xml b/pom.xml index eb2f247148d..a0a48aa5aec 100644 --- a/pom.xml +++ b/pom.xml @@ -1227,6 +1227,36 @@ 1.3.2 + + org.apache.chemistry.opencmis + chemistry-opencmis-client-api + 1.1.0 + + + + org.apache.chemistry.opencmis + chemistry-opencmis-client-impl + 1.1.0 + + + xml-resolver + xml-resolver + + + + + + org.apache.jclouds + jclouds-all + 2.3.0 + + + + com.amazonaws + aws-java-sdk-s3 + 1.12.261 + +