You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2020/05/05 01:22:49 UTC

[tika] 02/04: TIKA-3095: Adding jcip-annotations explicitly for tika-bundle on windows

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git

commit c118a8d666ae9142f3727b7ac94069baf2b34661
Author: Bob Paulin <bo...@bobpaulin.com>
AuthorDate: Wed Apr 29 17:20:10 2020 -0500

    TIKA-3095: Adding jcip-annotations explicitly for tika-bundle on windows
---
 tika-parsers/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index b989340..fa65e78 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -556,6 +556,12 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <!-- TIKA-3095: Required for grib -->
+    <dependency>
+	  <groupId>net.jcip</groupId>
+	  <artifactId>jcip-annotations</artifactId>
+	  <version>1.0</version>
+	</dependency>
     <!-- TIKA-3052 -->
     <dependency>
       <groupId>com.beust</groupId>