提交 0731f77b 编写于 作者: M mbalassi 提交者: Stephan Ewen

[FLINK-1065] [streaming] Explicitly adding commons-math dependency

上级 17ce048b
......@@ -16,6 +16,7 @@ under the Apache License (v 2.0):
- Apache Commons CLI (http://commons.apache.org/cli/)
- Apache Commons FileUpload (http://commons.apache.org/fileupload/)
- Apache Commons IO (http://commons.apache.org/io/)
- Apache Commons Math (http://commons.apache.org/proper/commons-math/)
- Apache Log4J (http://logging.apache.org/log4j/1.2/)
- Apache Avro (http://avro.apache.org)
- Apache Hadoop (http://hadoop.apache.org)
......
......@@ -42,6 +42,12 @@ under the License.
<version>2.0.6</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math</artifactId>
<version>2.2</version>
</dependency>
</dependencies>
<build>
......
......@@ -223,6 +223,7 @@ under the Apache License (v 2.0):
- Apache Commons CLI (http://commons.apache.org/cli/)
- Apache Commons FileUpload (http://commons.apache.org/fileupload/)
- Apache Commons IO (http://commons.apache.org/io/)
- Apache Commons Math (http://commons.apache.org/proper/commons-math/)
- Apache Log4J (http://logging.apache.org/log4j/1.2/)
- Apache Avro (http://avro.apache.org)
- Apache Hadoop (http://hadoop.apache.org)
......
......@@ -84,7 +84,7 @@ under the License.
<artifactId>commons-lang3</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册