Skip to content

Commit

Permalink
TIKA-4108 (#1351)
Browse files Browse the repository at this point in the history
* TIKA-4108 -- update jetbrain's annotations dependency

(cherry picked from commit 55989e1)
  • Loading branch information
tballison committed Sep 21, 2023
1 parent bb00088 commit f83d86c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions tika-langdetect/tika-langdetect-optimaize/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,23 @@
<artifactId>tika-langdetect-optimaize</artifactId>
<name>Apache Tika Optimaize langdetect</name>


<dependencies>
<dependency>
<groupId>com.optimaize.languagedetector</groupId>
<artifactId>language-detector</artifactId>
<version>${optimaize.version}</version>
<exclusions>
<exclusion>
<groupId>com.intellij</groupId>
<artifactId>annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.0.1</version>
</dependency>

<!-- test dependencies -->
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit f83d86c

Please sign in to comment.