[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/9b8ace94 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/9b8ace94 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/9b8ace94 Branch: refs/heads/release-1.3 Commit: 9b8ace9417a6144aa3047c4ccf0c12e009bb78a3 Parents: 81f58ba Author: Stephan Ewen <[email protected]> Authored: Mon May 8 20:58:01 2017 +0200 Committer: Stephan Ewen <[email protected]> Committed: Wed May 10 21:08:37 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/9b8ace94/flink-contrib/flink-storm/pom.xml ---------------------------------------------------------------------- diff --git a/flink-contrib/flink-storm/pom.xml b/flink-contrib/flink-storm/pom.xml index b6cc61c..cc300b3 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>
