You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2021/11/02 09:26:23 UTC

[flink] branch master updated: [FLINK-24720][tests] Remove flink-runtime-web dependency

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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 85fbeff  [FLINK-24720][tests] Remove flink-runtime-web dependency
85fbeff is described below

commit 85fbeff2e7c3d552967b7a43564bf70c6d83985d
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Mon Nov 1 13:14:07 2021 +0100

    [FLINK-24720][tests] Remove flink-runtime-web dependency
---
 flink-tests/pom.xml | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/flink-tests/pom.xml b/flink-tests/pom.xml
index dff4b93..f5a83ae 100644
--- a/flink-tests/pom.xml
+++ b/flink-tests/pom.xml
@@ -101,21 +101,6 @@ under the License.
 
 		<dependency>
 			<groupId>org.apache.flink</groupId>
-			<artifactId>flink-runtime-web</artifactId>
-			<version>${project.version}</version>
-			<scope>test</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.flink</groupId>
-			<artifactId>flink-runtime-web</artifactId>
-			<version>${project.version}</version>
-			<scope>test</scope>
-			<type>test-jar</type>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.flink</groupId>
 			<artifactId>flink-clients</artifactId>
 			<version>${project.version}</version>
 			<scope>test</scope>