Mercurial > dive4elements > river
changeset 9647:bcaca2433f12
maven dependencies update
author | dnt_bjoernsen <d.tironi@bjoernsen.de> |
---|---|
date | Tue, 03 Dec 2019 11:42:36 +0100 |
parents | 0380717105ba |
children | c5a496bf1b0b |
files | artifacts/pom-oracle.xml artifacts/pom.xml |
diffstat | 2 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/artifacts/pom-oracle.xml Mon Dec 02 17:56:15 2019 +0100 +++ b/artifacts/pom-oracle.xml Tue Dec 03 11:42:36 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,11 @@ <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> </dependencies> <repositories> <repository>
--- a/artifacts/pom.xml Mon Dec 02 17:56:15 2019 +0100 +++ b/artifacts/pom.xml Tue Dec 03 11:42:36 2019 +0100 @@ -200,11 +200,6 @@ <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>