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

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


The following commit(s) were added to refs/heads/5.1 by this push:
     new dd8e5fdc56 PHOENIX-6893 Remove explicit dependency declaration on 
hbase-thirdparty artifacts (addendum: fix maven-dependency-plugin config)
dd8e5fdc56 is described below

commit dd8e5fdc56a244c39fa9b619f3437bca54f8da85
Author: Istvan Toth <st...@apache.org>
AuthorDate: Tue Mar 7 16:03:21 2023 +0100

    PHOENIX-6893 Remove explicit dependency declaration on hbase-thirdparty 
artifacts (addendum: fix maven-dependency-plugin config)
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9515d08fb2..f7217b0820 100644
--- a/pom.xml
+++ b/pom.xml
@@ -397,8 +397,13 @@
               </ignoredUnusedDeclaredDependencies>
               <ignoredUsedUndeclaredDependencies>
                 <ignoredUsedUndeclaredDependency>
+                  <!-- couldn't figure out what's the deal with this -->
                   dnsjava:dnsjava
                 </ignoredUsedUndeclaredDependency>
+                <ignoredUsedUndeclaredDependency>
+                  <!-- These change too frequently, so we just rely on the 
hbase transitive deps -->
+                  org.apache.hbase.thirdparty:*
+                </ignoredUsedUndeclaredDependency>
               </ignoredUsedUndeclaredDependencies>
             </configuration>
           <executions>

Reply via email to