From bb74b84a660b9db3fc189008d381ada375676e47 Mon Sep 17 00:00:00 2001 From: alandavis Date: Wed, 5 May 2021 21:53:22 +0100 Subject: [PATCH] Fix up poms plus Feature/apps 939 (#432) * change artifacts target path [ags][skip db][no downstream] * Round 1 [ags][skip repo] * Remove eclipse-specific plugins [ags][skip repo][skip db][skip tas] * Remove a few unnecessary pom properties [skip ci] * Delete unused build scripts [ags][ags on MySQL] * [skip ci] Co-authored-by: Cezar.Leahu (cherry picked from commit b51a2b33302c3cc31424d70cd787d5447c9013ab) --- amps/ags/pom.xml | 21 ------------------- .../rm-automation-community-rest-api/pom.xml | 2 +- .../rm-community/rm-community-repo/pom.xml | 1 - core/pom.xml | 2 +- data-model/pom.xml | 2 +- packaging/distribution/pom.xml | 2 +- packaging/docker-alfresco/pom.xml | 2 +- packaging/pom.xml | 2 +- packaging/tests/pom.xml | 2 +- packaging/tests/tas-cmis/pom.xml | 2 +- packaging/tests/tas-email/pom.xml | 2 +- packaging/tests/tas-integration/pom.xml | 2 +- packaging/tests/tas-restapi/pom.xml | 2 +- packaging/tests/tas-webdav/pom.xml | 2 +- packaging/war/pom.xml | 2 +- pom.xml | 14 ------------- remote-api/pom.xml | 2 +- 17 files changed, 14 insertions(+), 50 deletions(-) diff --git a/amps/ags/pom.xml b/amps/ags/pom.xml index cc784bc157..5fb36cb5d6 100644 --- a/amps/ags/pom.xml +++ b/amps/ags/pom.xml @@ -38,33 +38,12 @@ - - - - - - - jakarta.xml.bind - jakarta.xml.bind-api - provided - - - org.glassfish.jaxb - jaxb-runtime - provided - jakarta.jws jakarta.jws-api provided - - - org.apache.camel - camel-mock - test - diff --git a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml index 3f7a4c010a..a7f97e33c5 100644 --- a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml +++ b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml @@ -11,7 +11,7 @@ - 2.7.9.1 + 2.7.9.1 diff --git a/amps/ags/rm-community/rm-community-repo/pom.xml b/amps/ags/rm-community/rm-community-repo/pom.xml index 7c484229f1..78659bef50 100644 --- a/amps/ags/rm-community/rm-community-repo/pom.xml +++ b/amps/ags/rm-community/rm-community-repo/pom.xml @@ -63,7 +63,6 @@ org.alfresco.surf spring-webscripts - ${dependency.webscripts.version} tests test diff --git a/core/pom.xml b/core/pom.xml index 41bbf0a93c..fa374c3415 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.21-ags-1.0-SNAPSHOT + 11.7-ags-1.0-SNAPSHOT diff --git a/data-model/pom.xml b/data-model/pom.xml index 6c9a98aec2..9797ba6948 100644 --- a/data-model/pom.xml +++ b/data-model/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.21-ags-1.0-SNAPSHOT + 11.7-ags-1.0-SNAPSHOT diff --git a/packaging/distribution/pom.xml b/packaging/distribution/pom.xml index 50ec00ad41..2ad98466f6 100644 --- a/packaging/distribution/pom.xml +++ b/packaging/distribution/pom.xml @@ -9,6 +9,6 @@ org.alfresco alfresco-community-repo-packaging - 11.21-ags-1.0-SNAPSHOT + 11.7-ags-1.0-SNAPSHOT diff --git a/packaging/docker-alfresco/pom.xml b/packaging/docker-alfresco/pom.xml index 40959ce5fe..c1e4a28f4c 100644 --- a/packaging/docker-alfresco/pom.xml +++ b/packaging/docker-alfresco/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 11.21-ags-1.0-SNAPSHOT + 11.7-ags-1.0-SNAPSHOT diff --git a/packaging/pom.xml b/packaging/pom.xml index 1f0b2754b8..f9eb9cda0d 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.21-ags-1.0-SNAPSHOT + 11.7-ags-1.0-SNAPSHOT diff --git a/packaging/tests/pom.xml b/packaging/tests/pom.xml index f67269f404..bb55868821 100644 --- a/packaging/tests/pom.xml +++ b/packaging/tests/pom.xml @@ -6,7 +6,7 @@ org.alfresco alfresco-community-repo-packaging - 11.21-ags-1.0-SNAPSHOT + 11.7-ags-1.0-SNAPSHOT diff --git a/packaging/tests/tas-cmis/pom.xml b/packaging/tests/tas-cmis/pom.xml index e7eb8e819a..e91a9514f0 100644 --- a/packaging/tests/tas-cmis/pom.xml +++ b/packaging/tests/tas-cmis/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-community-repo-tests - 11.21-ags-1.0-SNAPSHOT + 11.7-ags-1.0-SNAPSHOT diff --git a/packaging/tests/tas-email/pom.xml b/packaging/tests/tas-email/pom.xml index e771aaeb5c..c843efd69e 100644 --- a/packaging/tests/tas-email/pom.xml +++ b/packaging/tests/tas-email/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-community-repo-tests - 11.21-ags-1.0-SNAPSHOT + 11.7-ags-1.0-SNAPSHOT diff --git a/packaging/tests/tas-integration/pom.xml b/packaging/tests/tas-integration/pom.xml index 94efd5b571..d71f1aea2b 100644 --- a/packaging/tests/tas-integration/pom.xml +++ b/packaging/tests/tas-integration/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-community-repo-tests - 11.21-ags-1.0-SNAPSHOT + 11.7-ags-1.0-SNAPSHOT diff --git a/packaging/tests/tas-restapi/pom.xml b/packaging/tests/tas-restapi/pom.xml index c1e547c8fe..15b0a473ed 100644 --- a/packaging/tests/tas-restapi/pom.xml +++ b/packaging/tests/tas-restapi/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-community-repo-tests - 11.21-ags-1.0-SNAPSHOT + 11.7-ags-1.0-SNAPSHOT diff --git a/packaging/tests/tas-webdav/pom.xml b/packaging/tests/tas-webdav/pom.xml index 0746a5bf5d..d87216e78a 100644 --- a/packaging/tests/tas-webdav/pom.xml +++ b/packaging/tests/tas-webdav/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-community-repo-tests - 11.21-ags-1.0-SNAPSHOT + 11.7-ags-1.0-SNAPSHOT diff --git a/packaging/war/pom.xml b/packaging/war/pom.xml index d230eabfac..3599eb4748 100644 --- a/packaging/war/pom.xml +++ b/packaging/war/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 11.21-ags-1.0-SNAPSHOT + 11.7-ags-1.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 376728bf29..49118ca99b 100644 --- a/pom.xml +++ b/pom.xml @@ -315,7 +315,6 @@ spring-webscripts ${dependency.webscripts.version} tests - test org.alfresco.surf @@ -459,7 +458,6 @@ org.springframework spring-test ${dependency.spring.version} - test org.springframework @@ -664,7 +662,6 @@ org.postgresql postgresql ${dependency.postgresql.version} - test mysql @@ -675,7 +672,6 @@ org.mariadb.jdbc mariadb-java-client ${dependency.mariadb.version} - test @@ -697,25 +693,21 @@ org.alfresco.tas cmis ${dependency.tas-cmis.version} - test org.alfresco.tas email ${dependency.tas-email.version} - test org.alfresco.tas webdav ${dependency.tas-webdav.version} - test org.alfresco.tas ftp ${dependency.tas-ftp.version} - test org.alfresco.test @@ -733,7 +725,6 @@ javax.servlet javax.servlet-api 3.0.1 - provided @@ -741,25 +732,21 @@ junit junit 4.13.2 - test org.antlr gunit ${dependency.antlr.version} - test org.mockito mockito-all ${dependency.mockito-all.version} - test org.mockito mockito-core ${dependency.mockito-core.version} - test commons-dbcp @@ -838,7 +825,6 @@ org.apache.camel camel-mock ${dependency.camel.version} - test org.apache.taglibs diff --git a/remote-api/pom.xml b/remote-api/pom.xml index a9a0229b62..e2602e0ea9 100644 --- a/remote-api/pom.xml +++ b/remote-api/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 11.21-ags-1.0-SNAPSHOT + 11.7-ags-1.0-SNAPSHOT