This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 5beab96bea Move wildfly-openssl dependency management to root pom
(#12597)
5beab96bea is described below
commit 5beab96bea99a3b05c297e55a6120f5828a4e024
Author: Xiang Fu <[email protected]>
AuthorDate: Thu Mar 7 16:05:32 2024 -0800
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 cf146e5d5e..fc5c96fdc3 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 @@
<properties>
<pinot.root>${basedir}/../../..</pinot.root>
<phase.prop>package</phase.prop>
- <wildfly-openssl.version>1.1.3.Final</wildfly-openssl.version>
</properties>
<dependencies>
<dependency>
@@ -95,16 +94,6 @@
<artifactId>msal4j</artifactId>
<version>1.13.10</version>
</dependency>
- <dependency>
- <groupId>org.wildfly.openssl</groupId>
- <artifactId>wildfly-openssl</artifactId>
- <version>${wildfly-openssl.version}</version>
- </dependency>
- <dependency>
- <groupId>org.wildfly.openssl</groupId>
- <artifactId>wildfly-openssl-java</artifactId>
- <version>${wildfly-openssl.version}</version>
- </dependency>
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
diff --git a/pom.xml b/pom.xml
index ec7f86ac80..27f2a0d82b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,6 +204,7 @@
<wildfly.version>1.7.0.Final</wildfly.version>
<jettison.version>1.5.4</jettison.version>
<eclipse.jetty.version>9.4.54.v20240208</eclipse.jetty.version>
+ <wildfly-openssl.version>1.1.3.Final</wildfly-openssl.version>
</properties>
<profiles>
@@ -1019,6 +1020,13 @@
<version>1.2.0</version>
</dependency>
+ <!-- Upgrade azure-data-lake-store-sdk dependency-->
+ <dependency>
+ <groupId>org.wildfly.openssl</groupId>
+ <artifactId>wildfly-openssl</artifactId>
+ <version>${wildfly-openssl.version}</version>
+ </dependency>
+
<!-- Metrics -->
<dependency>
<groupId>io.dropwizard.metrics</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]