提交 0a2329f0 编写于 作者: Z zentol 提交者: Chesnay Schepler

[FLINK-10823][metrics][jmx] Add scala suffix

上级 73fc3031
......@@ -187,7 +187,7 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-metrics-jmx</artifactId>
<artifactId>flink-metrics-jmx_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
......
......@@ -196,7 +196,7 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-metrics-jmx</artifactId>
<artifactId>flink-metrics-jmx_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
......
......@@ -176,7 +176,7 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-metrics-jmx</artifactId>
<artifactId>flink-metrics-jmx_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
......
......@@ -137,7 +137,7 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-metrics-jmx</artifactId>
<artifactId>flink-metrics-jmx_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
......
......@@ -153,7 +153,7 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-metrics-jmx</artifactId>
<artifactId>flink-metrics-jmx_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
......
......@@ -205,7 +205,7 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-metrics-jmx</artifactId>
<artifactId>flink-metrics-jmx_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
......
......@@ -106,7 +106,7 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-metrics-jmx</artifactId>
<artifactId>flink-metrics-jmx_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
......
......@@ -29,7 +29,7 @@ under the License.
<relativePath>..</relativePath>
</parent>
<artifactId>flink-metrics-jmx</artifactId>
<artifactId>flink-metrics-jmx_${scala.binary.version}</artifactId>
<name>flink-metrics-jmx</name>
<dependencies>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册