Skip to content

Commit

Permalink
[FLINK-9464] Remove version and scope from flink-test-utils-junit dep…
Browse files Browse the repository at this point in the history
…endency in multiple modules

flink-connectors, flink-orc, flink-connector-wikiedits, flink-dist, flink-metrics-*, flink-queryable-state-*

This closes apache#6093.
  • Loading branch information
tillrohrmann committed Jun 2, 2018
1 parent 7679ffa commit b038055
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions flink-connectors/flink-orc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ 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: 0 additions & 2 deletions flink-contrib/flink-connector-wikiedits/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ 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>
2 changes: 0 additions & 2 deletions flink-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,6 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-test-utils-junit</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<!-- end test dependencies -->
</dependencies>
Expand Down
2 changes: 0 additions & 2 deletions flink-metrics/flink-metrics-dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ 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: 0 additions & 2 deletions flink-metrics/flink-metrics-jmx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ 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: 0 additions & 2 deletions flink-metrics/flink-metrics-prometheus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ 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: 0 additions & 2 deletions flink-metrics/flink-metrics-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ 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: 0 additions & 2 deletions flink-metrics/flink-metrics-statsd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ 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>
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ 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: 0 additions & 2 deletions flink-queryable-state/flink-queryable-state-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ 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

0 comments on commit b038055

Please sign in to comment.