You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2021/02/03 18:22:58 UTC

[phoenix] 01/02: PHOENIX-6350: Fix build failure due to jakarta.xml.bind api

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

commit d662da161530529fdb714c77c1d1574cd3702540
Author: Istvan Toth <st...@apache.org>
AuthorDate: Wed Feb 3 08:17:41 2021 +0100

    PHOENIX-6350: Fix build failure due to jakarta.xml.bind api
    
    Co-authored-by: Suraj Naik <su...@gmail.com>
---
 phoenix-pherf/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index d291be0..6dc8ab4 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -247,6 +247,11 @@
               org.apache.hbase:hbase-it
             </ignoredUnusedDeclaredDependency>
           </ignoredUnusedDeclaredDependencies>
+          <ignoredUsedUndeclaredDependencies>
+            <ignoredUsedUndeclaredDependency>
+              jakarta.xml.bind:jakarta.xml.bind-api
+            </ignoredUsedUndeclaredDependency>
+          </ignoredUsedUndeclaredDependencies>
         </configuration>
       </plugin>