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

mmiller pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 9f7704d  Add missing htrace dep
9f7704d is described below

commit 9f7704df126821a7850a8356cddec0bd9ef16056
Author: Mike Miller <mmil...@apache.org>
AuthorDate: Thu Mar 25 11:14:40 2021 -0400

    Add missing htrace dep
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e789216..3601f32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,6 +31,8 @@
     <accumulo.version>2.1.0-SNAPSHOT</accumulo.version>
     
<eclipseFormatterStyle>contrib/Eclipse-Accumulo-Codestyle.xml</eclipseFormatterStyle>
     <hadoop.version>3.3.0</hadoop.version>
+    <htrace.hadoop.version>4.1.0-incubating</htrace.hadoop.version>
+    <htrace.version>3.2.0-incubating</htrace.version>
     <log4j.version>2.14.0</log4j.version>
     <maven.compiler.release>11</maven.compiler.release>
     <maven.compiler.source>11</maven.compiler.source>
@@ -89,7 +91,12 @@
     <dependency>
       <groupId>org.apache.htrace</groupId>
       <artifactId>htrace-core</artifactId>
-      <version>3.1.0-incubating</version>
+      <version>${htrace.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.htrace</groupId>
+      <artifactId>htrace-core4</artifactId>
+      <version>${htrace.hadoop.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>

Reply via email to