Mercurial > dive4elements > gnv-client
comparison geo-backend/pom.xml @ 550:84ba7cbff791
Added bicubic spline interpolation on raster tiles.
geo-backend/trunk@528 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 12 Jan 2010 00:27:53 +0000 |
parents | 3cbf11c67fdc |
children | 23a0f2c5e3b8 |
comparison
equal
deleted
inserted
replaced
549:0dcf068fb552 | 550:84ba7cbff791 |
---|---|
60 <groupId>commons-pool</groupId> | 60 <groupId>commons-pool</groupId> |
61 <artifactId>commons-pool</artifactId> | 61 <artifactId>commons-pool</artifactId> |
62 <version>1.5.2</version> | 62 <version>1.5.2</version> |
63 </dependency> | 63 </dependency> |
64 <dependency> | 64 <dependency> |
65 <groupId>org.apache.commons</groupId> | |
66 <artifactId>commons-math</artifactId> | |
67 <version>2.0</version> | |
68 </dependency> | |
69 <dependency> | |
65 <groupId>com.vividsolutions</groupId> | 70 <groupId>com.vividsolutions</groupId> |
66 <artifactId>jts</artifactId> | 71 <artifactId>jts</artifactId> |
67 <version>1.9</version> | 72 <version>1.9</version> |
68 </dependency> | 73 </dependency> |
69 <dependency> | 74 <dependency> |