53 |
<url>http://www.wikisquare.de</url> |
<url>http://www.wikisquare.de</url> |
54 |
</organization> |
</organization> |
55 |
<dependencies> |
<dependencies> |
56 |
|
|
57 |
|
<dependency> |
58 |
|
<!-- Hibernate --> |
59 |
|
<groupId>org.hibernate</groupId> |
60 |
|
<artifactId>hibernate-commons-annotations</artifactId> |
61 |
|
<version>3.3.0.ga</version> |
62 |
|
<scope>compile</scope> |
63 |
|
</dependency> |
64 |
|
|
65 |
|
<dependency> |
66 |
|
<!-- Hibernate --> |
67 |
|
<groupId>org.hibernate</groupId> |
68 |
|
<artifactId>hibernate-entitymanager</artifactId> |
69 |
|
<version>3.4.0.GA</version> |
70 |
|
<scope>compile</scope> |
71 |
|
</dependency> |
72 |
|
|
73 |
|
|
74 |
|
<dependency> |
75 |
|
<groupId>org.hibernate</groupId> |
76 |
|
<artifactId>hibernate-annotations</artifactId> |
77 |
|
<version>3.4.0.GA</version> |
78 |
|
</dependency> |
79 |
|
|
80 |
<dependency> |
<dependency> |
81 |
<groupId>org.geotools</groupId> |
<groupId>org.geotools</groupId> |
82 |
<artifactId>gt-render</artifactId> |
<artifactId>gt-render</artifactId> |
121 |
|
|
122 |
<dependency> |
<dependency> |
123 |
<groupId>org.geotools</groupId> |
<groupId>org.geotools</groupId> |
124 |
|
<artifactId>gt-coverage</artifactId> |
125 |
|
<version>${geotools.version}</version> |
126 |
|
<type>jar</type> |
127 |
|
<scope>compile</scope> |
128 |
|
</dependency> |
129 |
|
|
130 |
|
|
131 |
|
<dependency> |
132 |
|
<groupId>org.geotools</groupId> |
133 |
<artifactId>gt-geotiff</artifactId> |
<artifactId>gt-geotiff</artifactId> |
134 |
<version>${geotools.version}</version> |
<version>${geotools.version}</version> |
135 |
<type>jar</type> |
<type>jar</type> |
210 |
<type>jar</type> |
<type>jar</type> |
211 |
<scope>compile</scope> |
<scope>compile</scope> |
212 |
</dependency> |
</dependency> |
213 |
|
<dependency> |
214 |
|
<groupId>com.miglayout</groupId> |
215 |
|
<artifactId>miglayout</artifactId> |
216 |
|
<version>3.7.2</version> |
217 |
|
</dependency> |
218 |
|
<dependency> |
219 |
|
<groupId>jdom</groupId> |
220 |
|
<artifactId>jdom</artifactId> |
221 |
|
<version>1.1</version> |
222 |
|
</dependency> |
223 |
</dependencies> |
</dependencies> |
224 |
|
|
225 |
<build> |
<build> |