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 2020/12/10 15:32:29 UTC

[phoenix] branch master updated: PHOENIX-6260 Omid exclusions are incomplete

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 e6d70be  PHOENIX-6260 Omid exclusions are incomplete
e6d70be is described below

commit e6d70be99ba97a7bbd6a8f02cddf58bb284188bd
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Dec 10 09:10:23 2020 +0100

    PHOENIX-6260 Omid exclusions are incomplete
---
 pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 19ac080..dc116e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -989,7 +989,11 @@
           <exclusion>
             <groupId>org.apache.omid</groupId>
             <artifactId>omid-hbase-commit-table-hbase1.x</artifactId>
-            </exclusion>
+          </exclusion>
+          <exclusion>
+            <groupId>org.apache.omid</groupId>
+            <artifactId>omid-hbase-common-hbase1.x</artifactId>
+          </exclusion>
           <exclusion>
             <groupId>org.apache.omid</groupId>
             <artifactId>omid-hbase-client-hbase1.x</artifactId>
@@ -1001,7 +1005,7 @@
          <exclusion>
            <groupId>org.testng</groupId>
            <artifactId>testng</artifactId>
-          </exclusion>
+         </exclusion>
         </exclusions>
       </dependency>
       <dependency>