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 50df995 PHOENIX-6307 Build and release official binary distributions
with each HBase profile (addendum: remove hbase-compat exclusion from
phoenix-server)
50df995 is described below
commit 50df9957a62b49172859dd1013d4e9e9344f4b52
Author: Istvan Toth <[email protected]>
AuthorDate: Mon Jan 18 05:29:44 2021 +0100
PHOENIX-6307 Build and release official binary distributions with each
HBase profile (addendum: remove hbase-compat exclusion from phoenix-server)
---
phoenix-server/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml
index 8e108ba..18f406a 100644
--- a/phoenix-server/pom.xml
+++ b/phoenix-server/pom.xml
@@ -120,7 +120,6 @@
<exclude>log4j:log4j</exclude>
<exclude>org.slf4j:slf4j-api</exclude>
<exclude>org.slf4j:slf4j-log4j12</exclude>
-
<exlcude>org.apache.phoenix:phoenix-hbase-compat*</exlcude>
</excludes>
</artifactSet>
<filters>