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

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


The following commit(s) were added to refs/heads/branch_1x by this push:
     new f7b417a  TIKA-3095: Adding jcip-annotations explicitly for tika-bundle 
on windows
f7b417a is described below

commit f7b417a3d863e0d2de6d45b5b687c2f0dd0fe30b
Author: Bob Paulin <[email protected]>
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 ac0fdd9..418db5b 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>

Reply via email to