提交 c356ef33 编写于 作者: S Stephan Ewen

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

上级 b90542e8
......@@ -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>
......
......@@ -163,6 +163,12 @@ under the License.
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.joda</groupId>
<artifactId>joda-convert</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册