From a4aa2437182db4ef6ca27393fcac0cc86eea98a9 Mon Sep 17 00:00:00 2001 From: Abhishek Balaji Radhakrishnan Date: Wed, 16 Oct 2024 01:46:51 -0700 Subject: [PATCH] Remove unused dependency and add missing undeclared dep. --- indexing-service/pom.xml | 10 +++++----- licenses.yaml | 11 ----------- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/indexing-service/pom.xml b/indexing-service/pom.xml index accf2dc5529c..abd9f83df7c6 100644 --- a/indexing-service/pom.xml +++ b/indexing-service/pom.xml @@ -195,11 +195,6 @@ commons-collections4 provided - - org.quartz-scheduler - quartz - 2.3.2 - com.cronutils cron-utils @@ -211,6 +206,11 @@ ${project.parent.version} provided + + org.apache.calcite.avatica + avatica-core + provided + junit diff --git a/licenses.yaml b/licenses.yaml index a2fcb7de6fb4..14c596140eea 100644 --- a/licenses.yaml +++ b/licenses.yaml @@ -5062,17 +5062,6 @@ libraries: --- -name: quartz -license_category: binary -module: core -license_name: Apache License version 2.0 -version: 2.3.2 -license_file_path: licenses/bin/quartz.APACHE2 -libraries: - - org.quartz-scheduler: quartz - ---- - # Web console modules start name: "@babel/code-frame" license_category: binary