You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2014/07/16 18:50:47 UTC

[2/3] git commit: Fix scope for scalatest dependency

Fix scope for scalatest dependency


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

Branch: refs/heads/master
Commit: 5b34c0bd9f88db3308a5395f7ede57ea512aeb3c
Parents: 688f1c1
Author: Stephan Ewen <se...@apache.org>
Authored: Mon Jul 14 18:18:58 2014 +0200
Committer: Stephan Ewen <se...@apache.org>
Committed: Wed Jul 16 18:49:50 2014 +0200

----------------------------------------------------------------------
 flink-scala/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/5b34c0bd/flink-scala/pom.xml
----------------------------------------------------------------------
diff --git a/flink-scala/pom.xml b/flink-scala/pom.xml
index 77de6fc..5b2cc0b 100644
--- a/flink-scala/pom.xml
+++ b/flink-scala/pom.xml
@@ -79,6 +79,7 @@ under the License.
 			<groupId>org.scalatest</groupId>
 			<artifactId>scalatest_2.10</artifactId>
 			<version>2.2.0</version>
+			<scope>test</scope>
 		</dependency>
 	</dependencies>