# HG changeset patch # User Sascha L. Teichmann # Date 1303305199 0 # Node ID cf84f0f926e9bafe9cb598fd89f8db9cdef3742f # Parent ec17fad34061cb0349bc25b66f139d6911dbc0a5 Added dependency to Apache Commons Math 2.2 (Apache License 2.0) flys-artifacts/trunk@1737 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r ec17fad34061 -r cf84f0f926e9 flys-artifacts/ChangeLog --- 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 + + * pom.xml: Added dependency to Apache Commons Math 2.2 (Apache License 2.0) + 2011-04-20 Sascha L. Teichmann * src/main/java/de/intevation/flys/artifacts/model/DischargeTables.java: diff -r ec17fad34061 -r cf84f0f926e9 flys-artifacts/pom.xml --- 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 @@ itext 2.1.7 + + org.apache.commons + commons-math + 2.2 +