Mercurial > dive4elements > river
changeset 338:cf84f0f926e9
Added dependency to Apache Commons Math 2.2 (Apache License 2.0)
flys-artifacts/trunk@1737 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 20 Apr 2011 13:13:19 +0000 |
parents | ec17fad34061 |
children | 4509ba8fae68 |
files | flys-artifacts/ChangeLog flys-artifacts/pom.xml |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed Apr 20 09:46:40 2011 +0000 +++ b/flys-artifacts/ChangeLog Wed Apr 20 13:13:19 2011 +0000 @@ -1,3 +1,7 @@ +2011-04-20 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * pom.xml: Added dependency to Apache Commons Math 2.2 (Apache License 2.0) + 2011-04-20 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/flys/artifacts/model/DischargeTables.java:
--- a/flys-artifacts/pom.xml Wed Apr 20 09:46:40 2011 +0000 +++ b/flys-artifacts/pom.xml Wed Apr 20 13:13:19 2011 +0000 @@ -75,5 +75,10 @@ <artifactId>itext</artifactId> <version>2.1.7</version> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-math</artifactId> + <version>2.2</version> + </dependency> </dependencies> </project>