Skip to content

Commit

Permalink
Removed unneeded dependency: JImageHash
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungerDryas89 committed Nov 13, 2024
1 parent 0f8c8a1 commit c0af3d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,6 @@
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>dev.brachtendorf</groupId>
<artifactId>JImageHash</artifactId>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>json-io</artifactId>
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c0af3d1

Please sign in to comment.