Skip to content

Commit ba79d57

Browse files
committed
Use ${hadoop-thirdparty-jaeger.version}
Change-Id: I236788b52f0542d1fca5f902131a815bdfa298f7
1 parent 7c42aad commit ba79d57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hadoop-project/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
<hadoop-thirdparty-protobuf.version>1.0.0-SNAPSHOT</hadoop-thirdparty-protobuf.version>
9595
<hadoop-thirdparty-shaded-prefix>org.apache.hadoop.thirdparty</hadoop-thirdparty-shaded-prefix>
9696
<hadoop-thirdparty-shaded-protobuf-prefix>${hadoop-thirdparty-shaded-prefix}.protobuf</hadoop-thirdparty-shaded-protobuf-prefix>
97+
<hadoop-thirdparty-jaeger.version>1.0.0-SNAPSHOT</hadoop-thirdparty-jaeger.version>
9798

9899
<zookeeper.version>3.5.6</zookeeper.version>
99100
<curator.version>4.2.0</curator.version>
@@ -1204,7 +1205,7 @@
12041205
<dependency>
12051206
<groupId>org.apache.hadoop.thirdparty</groupId>
12061207
<artifactId>hadoop-shaded-jaeger</artifactId>
1207-
<version>1.0.0-SNAPSHOT</version>
1208+
<version>${hadoop-thirdparty-jaeger.version}</version>
12081209
</dependency>
12091210
<dependency>
12101211
<groupId>org.apache.htrace</groupId>

0 commit comments

Comments
 (0)