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 07:56:28 UTC

[phoenix] branch master updated: 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 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 0675a5c  PHOENIX-6350: Fix build failure due to jakarta.xml.bind api
0675a5c is described below

commit 0675a5cfe2ee16ddd6b8a0f7ad6a610460abbf5f
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 78e800f..53a74d4 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>