Repository: storm Updated Branches: refs/heads/1.x-branch c96c4eef5 -> 0164e522e
Added scope to dependencies in storm-elasticsearch pom.xml Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/fa2cdff1 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/fa2cdff1 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/fa2cdff1 Branch: refs/heads/1.x-branch Commit: fa2cdff139fe9ca9403a94687403ab9c2f98aa4c Parents: 1582c22 Author: Shoeb Mohammed <[email protected]> Authored: Mon Feb 8 16:24:20 2016 -0600 Committer: Shoeb Mohammed <[email protected]> Committed: Mon Feb 8 16:24:20 2016 -0600 ---------------------------------------------------------------------- external/storm-elasticsearch/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/fa2cdff1/external/storm-elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/external/storm-elasticsearch/pom.xml b/external/storm-elasticsearch/pom.xml index 91583ce..efd36ff 100644 --- a/external/storm-elasticsearch/pom.xml +++ b/external/storm-elasticsearch/pom.xml @@ -61,6 +61,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> @@ -77,6 +78,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> + <scope>test</scope> </dependency> </dependencies>
