Skip to content

Commit

Permalink
Remove unused dependency and add missing undeclared dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekrb19 committed Oct 16, 2024
1 parent 5a33da6 commit a4aa243
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
10 changes: 5 additions & 5 deletions indexing-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,6 @@
<artifactId>commons-collections4</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>2.3.2</version>
</dependency>
<dependency>
<groupId>com.cronutils</groupId>
<artifactId>cron-utils</artifactId>
Expand All @@ -211,6 +206,11 @@
<version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.calcite.avatica</groupId>
<artifactId>avatica-core</artifactId>
<scope>provided</scope>
</dependency>
<!-- Tests -->
<dependency>
<groupId>junit</groupId>
Expand Down
11 changes: 0 additions & 11 deletions licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4aa243

Please sign in to comment.