comparison flys-backend/pom.xml @ 3951:89ada0b9083f

Modified the schema for DGMs; added converter for CSV to SQL for DGM information. flys-backend/trunk@5604 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 27 Sep 2012 07:24:07 +0000
parents 2e993a847e31
children fa600417a335
comparison
equal deleted inserted replaced
3950:82e931f88137 3951:89ada0b9083f
49 <dependency> 49 <dependency>
50 <groupId>junit</groupId> 50 <groupId>junit</groupId>
51 <artifactId>junit</artifactId> 51 <artifactId>junit</artifactId>
52 <version>3.8.1</version> 52 <version>3.8.1</version>
53 <scope>test</scope> 53 <scope>test</scope>
54 </dependency>
55 <dependency>
56 <groupId>net.sf.opencsv</groupId>
57 <artifactId>opencsv</artifactId>
58 <version>2.0</version>
54 </dependency> 59 </dependency>
55 <dependency> 60 <dependency>
56 <groupId>org.hibernate</groupId> 61 <groupId>org.hibernate</groupId>
57 <artifactId>hibernate-core</artifactId> 62 <artifactId>hibernate-core</artifactId>
58 <version>3.6.5.Final</version> 63 <version>3.6.5.Final</version>

http://dive4elements.wald.intevation.org