You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2020/05/17 11:48:34 UTC

[jena] branch master updated: JENA-1898: Exclude commons-codec from httpcomponents dependencies

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 68962b6  JENA-1898: Exclude commons-codec from httpcomponents dependencies
     new 3eda693  Merge pull request #746 from afs/jena1898_commons-code
68962b6 is described below

commit 68962b63989a52507bc9df5b02dac3fa4002bf60
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Sun May 17 10:36:51 2020 +0100

    JENA-1898: Exclude commons-codec from httpcomponents dependencies
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 37006da..43c4431 100644
--- a/pom.xml
+++ b/pom.xml
@@ -293,6 +293,10 @@
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
 
@@ -306,6 +310,10 @@
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>