97 |
|
|
98 |
<dependency> |
<dependency> |
99 |
<groupId>org.geotools</groupId> |
<groupId>org.geotools</groupId> |
100 |
|
<artifactId>gt-coverage</artifactId> |
101 |
|
<version>${geotools.version}</version> |
102 |
|
<type>jar</type> |
103 |
|
<scope>compile</scope> |
104 |
|
</dependency> |
105 |
|
|
106 |
|
|
107 |
|
<dependency> |
108 |
|
<groupId>org.geotools</groupId> |
109 |
<artifactId>gt-geotiff</artifactId> |
<artifactId>gt-geotiff</artifactId> |
110 |
<version>${geotools.version}</version> |
<version>${geotools.version}</version> |
111 |
<type>jar</type> |
<type>jar</type> |
186 |
<type>jar</type> |
<type>jar</type> |
187 |
<scope>compile</scope> |
<scope>compile</scope> |
188 |
</dependency> |
</dependency> |
189 |
|
<dependency> |
190 |
|
<groupId>com.miglayout</groupId> |
191 |
|
<artifactId>miglayout</artifactId> |
192 |
|
<version>3.7.2</version> |
193 |
|
</dependency> |
194 |
|
<dependency> |
195 |
|
<groupId>jdom</groupId> |
196 |
|
<artifactId>jdom</artifactId> |
197 |
|
<version>1.1</version> |
198 |
|
</dependency> |
199 |
</dependencies> |
</dependencies> |
200 |
|
|
201 |
<build> |
<build> |