[hotfix] [build] Move JSON dependency in flink-storm into proper section
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/faee90e7 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/faee90e7 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/faee90e7 Branch: refs/heads/master Commit: faee90e716826e7cafbac19aedd00037bfaae3cb Parents: a4b901a Author: Stephan Ewen <[email protected]> Authored: Mon May 8 20:58:01 2017 +0200 Committer: Stephan Ewen <[email protected]> Committed: Thu May 11 12:45:51 2017 +0200 ---------------------------------------------------------------------- flink-contrib/flink-storm/pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/faee90e7/flink-contrib/flink-storm/pom.xml ---------------------------------------------------------------------- diff --git a/flink-contrib/flink-storm/pom.xml b/flink-contrib/flink-storm/pom.xml index ec34ba9..5189b3b 100644 --- a/flink-contrib/flink-storm/pom.xml +++ b/flink-contrib/flink-storm/pom.xml @@ -164,6 +164,12 @@ under the License. </exclusions> </dependency> + <dependency> + <groupId>com.googlecode.json-simple</groupId> + <artifactId>json-simple</artifactId> + <version>1.1</version> + </dependency> + <!-- test dependencies --> <dependency> @@ -173,11 +179,6 @@ under the License. <type>test-jar</type> <scope>test</scope> </dependency> - <dependency> - <groupId>com.googlecode.json-simple</groupId> - <artifactId>json-simple</artifactId> - <version>1.1</version> - </dependency> </dependencies>
