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 2022/12/02 04:19:56 UTC

[phoenix] branch master updated: PHOENIX-6841 Depend on omid-codahale-metrics

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 9808404926 PHOENIX-6841 Depend on omid-codahale-metrics
9808404926 is described below

commit 9808404926bcc28411e0d97fce656127492bc2b4
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Dec 1 13:38:08 2022 +0100

    PHOENIX-6841 Depend on omid-codahale-metrics
---
 phoenix-core/pom.xml | 4 ++++
 pom.xml              | 7 ++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index f1079105d3..507629ac73 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -444,6 +444,10 @@
       <groupId>org.apache.omid</groupId>
       <artifactId>omid-common</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.omid</groupId>
+      <artifactId>omid-codahale-metrics</artifactId>
+    </dependency>
 
     <!-- Omid test dependencies -->
     <dependency>
diff --git a/pom.xml b/pom.xml
index ef99d0de18..b6c939bbca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1270,6 +1270,12 @@
           </exclusion>
         </exclusions>
       </dependency>
+      <dependency>
+        <groupId>org.apache.omid</groupId>
+        <artifactId>omid-codahale-metrics</artifactId>
+        <version>${omid.version}</version>
+      </dependency>
+
       <dependency>
         <groupId>org.apache.curator</groupId>
         <artifactId>curator-framework</artifactId>
@@ -1286,7 +1292,6 @@
         <version>${curator.version}</version>
       </dependency>
 
-      <!-- Fix omid dependency scopes -->
       <dependency>
         <groupId>org.apache.hbase</groupId>
         <artifactId>hbase-testing-util</artifactId>