BAEL 767 - Moving module apache-commons-math to module libraries (#1701)

* BAEL 767 - Introduction to apache commons math

* BAEL 767 - Moving examples to test classes

* BAEL 767 - Renaming tests with BDD convention

* BAEL 767 - Introduction to apache commons math

* BAEL 767 - Moving examples to test classes

* BAEL 767 - Renaming tests with BDD convention

* BAEL 767 - Moving module apache-commons-math to module libraries

* BAEL 767 - Delete directory apache-commons-math
This commit is contained in:
Alexandre Lombard
2017-04-21 10:38:01 +02:00
committed by maibin
parent bac494c0be
commit 2a3030dd98
10 changed files with 5 additions and 45 deletions
+5
View File
@@ -171,6 +171,11 @@
<version>${flink.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.6.1</version>
</dependency>
</dependencies>
<properties>