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/11/18 16:26:47 UTC

[tika] branch branch_1x updated: TIKA-3230 -- upgrade junit and turn off ossindex warning

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

tallison 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 19d18b3  TIKA-3230 -- upgrade junit and turn off ossindex warning
19d18b3 is described below

commit 19d18b35f6e5aae7e96b5e37ad77eb02938eea4e
Author: tallison <ta...@apache.org>
AuthorDate: Wed Nov 18 11:16:17 2020 -0500

    TIKA-3230 -- upgrade junit and turn off ossindex warning
---
 tika-parent/pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index bff41a4..a3bbb76 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -269,7 +269,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.13</version>
+        <version>4.13.1</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -382,6 +382,13 @@
         <version>3.1.0</version>
         <configuration>
           <fail>false</fail>
+          <excludeCoordinates>
+            <coordinate>
+              <groupId>junit</groupId>
+              <artifactId>junit</artifactId>
+              <version>4.13.1</version>
+            </coordinate>
+          </excludeCoordinates>
         </configuration>
         <executions>
           <execution>