[hotfix] Fix warnings concerning joda-time in "flink-tests"

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

Branch: refs/heads/master
Commit: c356ef33bc0fdd77296061679699487ab16e8132
Parents: b90542e
Author: Stephan Ewen <se...@apache.org>
Authored: Tue Feb 2 12:10:01 2016 +0100
Committer: Stephan Ewen <se...@apache.org>
Committed: Tue Feb 2 17:11:50 2016 +0100

----------------------------------------------------------------------
 flink-core/pom.xml  | 2 --
 flink-tests/pom.xml | 6 ++++++
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/c356ef33/flink-core/pom.xml
----------------------------------------------------------------------
diff --git a/flink-core/pom.xml b/flink-core/pom.xml
index ba1050c..694f629 100644
--- a/flink-core/pom.xml
+++ b/flink-core/pom.xml
@@ -94,14 +94,12 @@ under the License.
                <dependency>
                        <groupId>joda-time</groupId>
                        <artifactId>joda-time</artifactId>
-                       <version>2.5</version>
                        <scope>test</scope>
                </dependency>
 
                <dependency>
                        <groupId>org.joda</groupId>
                        <artifactId>joda-convert</artifactId>
-                       <version>1.7</version>
                        <scope>test</scope>
                </dependency>
 

http://git-wip-us.apache.org/repos/asf/flink/blob/c356ef33/flink-tests/pom.xml
----------------------------------------------------------------------
diff --git a/flink-tests/pom.xml b/flink-tests/pom.xml
index fe34aea..996f5e0 100644
--- a/flink-tests/pom.xml
+++ b/flink-tests/pom.xml
@@ -164,6 +164,12 @@ under the License.
                </dependency>
 
                <dependency>
+                       <groupId>org.joda</groupId>
+                       <artifactId>joda-convert</artifactId>
+                       <scope>test</scope>
+               </dependency>
+
+               <dependency>
                        <groupId>com.google.guava</groupId>
                        <artifactId>guava</artifactId>
                        <version>${guava.version}</version>

Reply via email to