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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0936c09  PHOENIX-6010 Create phoenix-thirdparty, and consume guava 
through it (addenum: re-add dnsjava dependency-check exclusion)
0936c09 is described below

commit 0936c09da7f6559c37a86506e9c298485463a96e
Author: Istvan Toth <[email protected]>
AuthorDate: Wed Sep 30 15:05:03 2020 +0200

    PHOENIX-6010 Create phoenix-thirdparty, and consume guava through it 
(addenum: re-add dnsjava dependency-check exclusion)
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 92a453d..74c708f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -392,6 +392,11 @@
                   org.slf4j:slf4j-log4j12
                 </ignoredUnusedDeclaredDependency>
               </ignoredUnusedDeclaredDependencies>
+              <ignoredUsedUndeclaredDependencies>
+                <ignoredUsedUndeclaredDependency>
+                  dnsjava:dnsjava
+                </ignoredUsedUndeclaredDependency>
+              </ignoredUsedUndeclaredDependencies>
             </configuration>
           <executions>
             <execution>

Reply via email to