Mercurial > dive4elements > river
diff flys-artifacts/pom.xml @ 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 | 956445dd601d |
children | c13ca9d632d6 |
line wrap: on
line diff
--- 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>