From 3348723b579414834500f1da86662d8f27f653f1 Mon Sep 17 00:00:00 2001 From: Oliver Bertuch Date: Wed, 8 Jul 2020 11:56:40 +0200 Subject: [PATCH 1/2] Make pom.xml use Payara BOM to keep dependencies inline with provided app server versions (no need to package those). #7054 --- pom.xml | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 523076ea951..c756a6a689d 100644 --- a/pom.xml +++ b/pom.xml @@ -26,11 +26,8 @@ false 8.0.0 - - 2.3.14 + 5.2020.2 1.11.762 - - 2.10.2 1.2 4.5.5 4.12 @@ -90,24 +87,35 @@ Local repository for hosting jars not available from network repositories. file://${project.basedir}/local_lib + + payara-patched-externals + Payara Patched Externals + https://raw.github.com/payara/Payara_PatchedProjects/master + + true + + + false + + - com.amazonaws - aws-java-sdk-bom - ${aws.version} + fish.payara.api + payara-bom + ${payara.version} pom import - com.fasterxml.jackson - jackson-bom - ${jackson.version} - import + com.amazonaws + aws-java-sdk-bom + ${aws.version} pom + import commons-logging @@ -268,7 +276,6 @@ org.glassfish jakarta.faces - ${mojarra.version} provided From b584a06444774f5dd5578948ca07f9e4488f529b Mon Sep 17 00:00:00 2001 From: Oliver Bertuch Date: Wed, 8 Jul 2020 14:58:49 +0200 Subject: [PATCH 2/2] Move Payara patches repo to top of the repo list, being used first. #7054 --- pom.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index c756a6a689d..7e84799c240 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,17 @@ + + payara-patched-externals + Payara Patched Externals + https://raw.github.com/payara/Payara_PatchedProjects/master + + true + + + false + + central-repo Central Repository @@ -87,17 +98,6 @@ Local repository for hosting jars not available from network repositories. file://${project.basedir}/local_lib - - payara-patched-externals - Payara Patched Externals - https://raw.github.com/payara/Payara_PatchedProjects/master - - true - - - false - -