You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by mf...@apache.org on 2014/05/27 19:52:03 UTC

[5/7] git commit: changed scope of testing dependencies

changed scope of testing dependencies


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/a20b2e14
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/a20b2e14
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/a20b2e14

Branch: refs/heads/master
Commit: a20b2e1496ca4c2b05ceedabe2c212669e05e029
Parents: e58d705
Author: rebanks <re...@w2odigital.com>
Authored: Wed May 21 10:03:01 2014 -0500
Committer: rebanks <re...@w2odigital.com>
Committed: Wed May 21 10:03:01 2014 -0500

----------------------------------------------------------------------
 streams-contrib/streams-provider-datasift/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/a20b2e14/streams-contrib/streams-provider-datasift/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-datasift/pom.xml b/streams-contrib/streams-provider-datasift/pom.xml
index 778f81b..187ea94 100644
--- a/streams-contrib/streams-provider-datasift/pom.xml
+++ b/streams-contrib/streams-provider-datasift/pom.xml
@@ -60,11 +60,13 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-all</artifactId>
             <version>1.9.5</version>
+            <scope>test</scope>
         </dependency>
 
     </dependencies>