Skip to content

Commit

Permalink
[hotfix] [build] Move JSON dependency in flink-storm into proper section
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanEwen committed May 11, 2017
1 parent a4b901a commit faee90e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions flink-contrib/flink-storm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

Expand Down

0 comments on commit faee90e

Please sign in to comment.