Skip to content

Commit

Permalink
[hotfix][metrics] Cleanup test-utilts-junit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Nov 7, 2018
1 parent af90555 commit 78cb54c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions flink-metrics/flink-metrics-dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-test-utils-junit</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>

</dependencies>
Expand Down
2 changes: 2 additions & 0 deletions flink-metrics/flink-metrics-jmx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-test-utils-junit</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
2 changes: 2 additions & 0 deletions flink-metrics/flink-metrics-prometheus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-test-utils-junit</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>

<dependency>
Expand Down
2 changes: 2 additions & 0 deletions flink-metrics/flink-metrics-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-test-utils-junit</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>

</dependencies>
Expand Down
2 changes: 2 additions & 0 deletions flink-metrics/flink-metrics-statsd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-test-utils-junit</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
4 changes: 0 additions & 4 deletions flink-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ under the License.
<artifactId>jsr305</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-test-utils-junit</artifactId>
</dependency>
</dependencies>

</project>

0 comments on commit 78cb54c

Please sign in to comment.