This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x by this push:
     new acf843a  PHOENIX-6441 Remove TSOMockModule reference from 
OmidTransactionProvider (addendum:fix duplicate dependencies)
acf843a is described below

commit acf843a0a7da5193821fd903fd6b175bbf87e13f
Author: Istvan Toth <st...@apache.org>
AuthorDate: Wed Feb 2 06:36:49 2022 +0100

    PHOENIX-6441 Remove TSOMockModule reference from OmidTransactionProvider 
(addendum:fix duplicate dependencies)
---
 phoenix-core/pom.xml | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 08a314c..ff2bd66 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -258,9 +258,12 @@
       </exclusion>
     </exclusions>
   </dependency>
+
+    <!-- Omid test dependencies -->
   <dependency>
     <groupId>org.apache.omid</groupId>
     <artifactId>omid-tso-server-hbase1.x</artifactId>
+    <scope>test</scope>
     <exclusions>
       <exclusion>
         <groupId>org.apache.curator</groupId>
@@ -283,6 +286,7 @@
   <dependency>
     <groupId>org.apache.omid</groupId>
     <artifactId>omid-tso-server-hbase1.x</artifactId>
+    <scope>test</scope>
     <type>test-jar</type>
     <exclusions>
       <exclusion>
@@ -304,19 +308,6 @@
     </exclusions>
   </dependency>
 
-    <!-- Omid test dependencies -->
-    <dependency>
-      <groupId>org.apache.omid</groupId>
-      <artifactId>omid-tso-server-hbase1.x</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.omid</groupId>
-      <artifactId>omid-tso-server-hbase1.x</artifactId>
-      <scope>test</scope>
-      <type>test-jar</type>
-    </dependency>
-
     <!-- Other dependencies -->
     <dependency>
       <groupId>org.antlr</groupId>

Reply via email to