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 0f85bbd9d0 PHOENIX-7338 Phoenix CSV BulkloadTool fails with "Global
tag is not allowed" error on transactional table
0f85bbd9d0 is described below
commit 0f85bbd9d0754eafceb30652f4667cc9f6585ac8
Author: Nikita Pande <[email protected]>
AuthorDate: Mon May 13 08:57:54 2024 +0000
PHOENIX-7338 Phoenix CSV BulkloadTool fails with "Global tag is not
allowed" error on transactional table
---
phoenix-server/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml
index 1e5969183a..aeb8f59df6 100644
--- a/phoenix-server/pom.xml
+++ b/phoenix-server/pom.xml
@@ -182,10 +182,6 @@
<pattern>org.apache.tephra</pattern>
<shadedPattern>${shaded.package}.org.apache.tephra</shadedPattern>
</relocation>
- <relocation>
- <pattern>org.apache.omid</pattern>
-
<shadedPattern>${shaded.package}.org.apache.omid</shadedPattern>
- </relocation>
<relocation>
<pattern>org.apache.commons-collections4</pattern>
<shadedPattern>${shaded.package}.org.apache.commons-collections4</shadedPattern>