This is an automated email from the ASF dual-hosted git repository.
jackie 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 cf1a0f6b9b Cleanup: Remove dependency on `nimbus-jose-jwt` in the
`pinot-adls` module. (#13534)
cf1a0f6b9b is described below
commit cf1a0f6b9b44fdb567452b63a34e76ac5c635429
Author: Mayank Shrivastava <[email protected]>
AuthorDate: Wed Jul 3 16:06:21 2024 -0700
Cleanup: Remove dependency on `nimbus-jose-jwt` in the `pinot-adls` module.
(#13534)
---
pinot-plugins/pinot-file-system/pinot-adls/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml
b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml
index 750f63dca1..292e62c2ab 100644
--- a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml
+++ b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml
@@ -69,10 +69,6 @@
<artifactId>msal4j</artifactId>
<version>1.16.0</version>
</dependency>
- <dependency>
- <groupId>com.nimbusds</groupId>
- <artifactId>nimbus-jose-jwt</artifactId>
- </dependency>
</dependencies>
</dependencyManagement>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]