Mercurial > dive4elements > river
diff artifacts/pom.xml @ 9646:0380717105ba
Implemented alternative fitting strategy for Log-Linear function.
author | Gernot Belger <g.belger@bjoernsen.de> |
---|---|
date | Mon, 02 Dec 2019 17:56:15 +0100 |
parents | 3bbc687e6cb8 |
children | bcaca2433f12 |
line wrap: on
line diff
--- a/artifacts/pom.xml Mon Dec 02 17:21:43 2019 +0100 +++ b/artifacts/pom.xml Mon Dec 02 17:56:15 2019 +0100 @@ -133,7 +133,7 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-math</artifactId> <version>2.2</version> - </dependency> + </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> @@ -195,6 +195,16 @@ <artifactId>groovy-all</artifactId> <version>1.6.0</version> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-math3</artifactId> + <version>3.6.1</version> + </dependency> + <dependency> + <groupId>org.hipparchus</groupId> + <artifactId>hipparchus-optim</artifactId> + <version>1.6</version> + </dependency> </dependencies> <repositories> <repository>