You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2018/06/02 12:47:26 UTC

[7/8] flink git commit: [FLINK-9464] Remove version and scope from flink-test-utils-junit in flink-json pom.xml

[FLINK-9464] Remove version and scope from flink-test-utils-junit in flink-json pom.xml


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/8f9c45aa
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/8f9c45aa
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/8f9c45aa

Branch: refs/heads/master
Commit: 8f9c45aa52ac339d61d56a801daadb2655672d86
Parents: 94aa5c7
Author: Till Rohrmann <tr...@apache.org>
Authored: Tue May 29 10:15:56 2018 +0200
Committer: Till Rohrmann <tr...@apache.org>
Committed: Sat Jun 2 14:45:21 2018 +0200

----------------------------------------------------------------------
 flink-formats/flink-json/pom.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/8f9c45aa/flink-formats/flink-json/pom.xml
----------------------------------------------------------------------
diff --git a/flink-formats/flink-json/pom.xml b/flink-formats/flink-json/pom.xml
index defa004..4e31766 100644
--- a/flink-formats/flink-json/pom.xml
+++ b/flink-formats/flink-json/pom.xml
@@ -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>
 
 		<dependency>