From c0af3d13cc03d1b4873c0f5e67b0f0216b390591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20O=2E=20V=C3=A1zquez?= Date: Wed, 13 Nov 2024 14:09:43 -0700 Subject: [PATCH] Removed unneeded dependency: JImageHash --- pom.xml | 6 ------ src/main/java/module-info.java | 2 -- 2 files changed, 8 deletions(-) diff --git a/pom.xml b/pom.xml index 0f6d9f8b..c9f48178 100644 --- a/pom.xml +++ b/pom.xml @@ -144,12 +144,6 @@ httpclient 4.5.13 - - dev.brachtendorf - JImageHash - 1.0.0 - - com.cedarsoftware json-io diff --git a/src/main/java/module-info.java b/src/main/java/module-info.java index 4f9c5511..d8283be0 100755 --- a/src/main/java/module-info.java +++ b/src/main/java/module-info.java @@ -21,8 +21,6 @@ requires annotations; requires org.jetbrains.annotations; requires commons.collections; - requires JImageHash; - requires commons.math3; requires com.github.benmanes.caffeine; exports moviescraper.doctord; exports moviescraper.doctord.controller.amalgamation;