From 5beab96bea99a3b05c297e55a6120f5828a4e024 Mon Sep 17 00:00:00 2001 From: Xiang Fu Date: Thu, 7 Mar 2024 16:05:32 -0800 Subject: [PATCH] Move wildfly-openssl dependency management to root pom (#12597) --- pinot-plugins/pinot-file-system/pinot-adls/pom.xml | 11 ----------- pom.xml | 8 ++++++++ 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml index cf146e5d5e74..fc5c96fdc355 100644 --- a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml @@ -34,7 +34,6 @@ ${basedir}/../../.. package - 1.1.3.Final @@ -95,16 +94,6 @@ msal4j 1.13.10 - - org.wildfly.openssl - wildfly-openssl - ${wildfly-openssl.version} - - - org.wildfly.openssl - wildfly-openssl-java - ${wildfly-openssl.version} - com.nimbusds nimbus-jose-jwt diff --git a/pom.xml b/pom.xml index ec7f86ac806f..27f2a0d82b55 100644 --- a/pom.xml +++ b/pom.xml @@ -204,6 +204,7 @@ 1.7.0.Final 1.5.4 9.4.54.v20240208 + 1.1.3.Final @@ -1019,6 +1020,13 @@ 1.2.0 + + + org.wildfly.openssl + wildfly-openssl + ${wildfly-openssl.version} + + io.dropwizard.metrics