Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/pom.xml @ 99:bb45c5097cb6
ehcache Integration for storing the chartresultvalues
gnv-artifacts/trunk@146 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 28 Sep 2009 14:17:15 +0000 |
parents | 6a825a184883 |
children | e01c163ea5b0 |
comparison
equal
deleted
inserted
replaced
98:156db25ad4b4 | 99:bb45c5097cb6 |
---|---|
60 <dependency> | 60 <dependency> |
61 <groupId>commons-math</groupId> | 61 <groupId>commons-math</groupId> |
62 <artifactId>commons-math</artifactId> | 62 <artifactId>commons-math</artifactId> |
63 <version>1.1</version> | 63 <version>1.1</version> |
64 </dependency> | 64 </dependency> |
65 <dependency> | |
66 <groupId>net.sf.ehcache</groupId> | |
67 <artifactId>ehcache</artifactId> | |
68 <version>1.6.2</version> | |
69 </dependency> | |
65 | 70 |
66 </dependencies> | 71 </dependencies> |
67 </project> | 72 </project> |