4 |
|
|
5 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
6 |
<artifactId>schmitzm-gt</artifactId> |
<artifactId>schmitzm-gt</artifactId> |
7 |
<version>2.5-SNAPSHOT</version> |
<version>2.7-SNAPSHOT</version> |
8 |
<packaging>jar</packaging> |
<packaging>jar</packaging> |
9 |
|
|
10 |
<parent> |
<parent> |
11 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
12 |
<artifactId>schmitzm-parent</artifactId> |
<artifactId>schmitzm-parent</artifactId> |
13 |
<version>2.5-SNAPSHOT</version> |
<version>2.7-SNAPSHOT</version> |
14 |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
15 |
</parent> |
</parent> |
16 |
|
|
34 |
<type>jar</type> |
<type>jar</type> |
35 |
<scope>compile</scope> |
<scope>compile</scope> |
36 |
</dependency> |
</dependency> |
37 |
|
|
38 |
<dependency> |
<dependency> |
39 |
<groupId>org.geotools</groupId> |
<groupId>org.geotools</groupId> |
40 |
<artifactId>gt-render</artifactId> |
<artifactId>gt-render</artifactId> |
42 |
<type>jar</type> |
<type>jar</type> |
43 |
<scope>compile</scope> |
<scope>compile</scope> |
44 |
</dependency> |
</dependency> |
45 |
|
|
46 |
<dependency> |
<dependency> |
47 |
<groupId>org.geotools.xsd</groupId> |
<groupId>org.geotools</groupId> |
48 |
<artifactId>gt-xsd-sld</artifactId> |
<artifactId>gt-epsg-hsql</artifactId> |
49 |
<version>${geotools.version}</version> |
<version>${geotools.version}</version> |
50 |
<type>jar</type> |
<type>jar</type> |
51 |
<scope>compile</scope> |
<scope>compile</scope> |
52 |
</dependency> |
</dependency> |
53 |
|
|
54 |
<dependency> |
<dependency> |
55 |
<groupId>org.geotools</groupId> |
<groupId>org.geotools.xsd</groupId> |
56 |
<artifactId>gt-shapefile-renderer</artifactId> |
<artifactId>gt-xsd-sld</artifactId> |
57 |
<version>${geotools.version}</version> |
<version>${geotools.version}</version> |
58 |
<type>jar</type> |
<type>jar</type> |
59 |
<scope>compile</scope> |
<scope>compile</scope> |
61 |
|
|
62 |
<dependency> |
<dependency> |
63 |
<groupId>org.geotools</groupId> |
<groupId>org.geotools</groupId> |
64 |
<artifactId>gt-legacy</artifactId> |
<artifactId>gt-shapefile-renderer</artifactId> |
65 |
<version>${geotools.version}</version> |
<version>${geotools.version}</version> |
66 |
<type>jar</type> |
<type>jar</type> |
67 |
<scope>compile</scope> |
<scope>compile</scope> |
68 |
</dependency> |
</dependency> |
69 |
|
|
70 |
|
<!-- <dependency>--> |
71 |
|
<!-- <groupId>org.geotools</groupId>--> |
72 |
|
<!-- <artifactId>gt-legacy</artifactId>--> |
73 |
|
<!-- <version>${geotools.version}</version>--> |
74 |
|
<!-- <type>jar</type>--> |
75 |
|
<!-- <scope>compile</scope>--> |
76 |
|
<!-- </dependency>--> |
77 |
|
|
78 |
<dependency> |
<dependency> |
79 |
<groupId>org.geotools</groupId> |
<groupId>org.geotools</groupId> |
80 |
<artifactId>gt-brewer</artifactId> |
<artifactId>gt-brewer</artifactId> |
121 |
<type>jar</type> |
<type>jar</type> |
122 |
<scope>compile</scope> |
<scope>compile</scope> |
123 |
<exclusions> |
<exclusions> |
124 |
<!-- We use miglayout 3.7.3, not 3.7 --> |
<!-- We use a newer miglayout from schmitzm, not 3.7 --> |
125 |
<exclusion> |
<exclusion> |
126 |
<groupId>com.miglayout</groupId> |
<groupId>com.miglayout</groupId> |
127 |
<artifactId>miglayout</artifactId> |
<artifactId>miglayout</artifactId> |
144 |
<version>${geotools.version}</version> |
<version>${geotools.version}</version> |
145 |
<type>jar</type> |
<type>jar</type> |
146 |
<scope>compile</scope> |
<scope>compile</scope> |
147 |
|
|
148 |
|
<exclusions> |
149 |
|
<exclusion> |
150 |
|
<!-- avoiding a version conflict... --> |
151 |
|
<groupId>commons-logging</groupId> |
152 |
|
<artifactId>commons-logging</artifactId> |
153 |
|
</exclusion> |
154 |
|
</exclusions> |
155 |
</dependency> |
</dependency> |
156 |
|
|
157 |
<dependency> |
<dependency> |
171 |
<scope>compile</scope> |
<scope>compile</scope> |
172 |
</dependency> |
</dependency> |
173 |
|
|
174 |
|
<dependency> |
175 |
|
<groupId>commons-logging</groupId> |
176 |
|
<artifactId>commons-logging</artifactId> |
177 |
|
<version>1.0.4</version> |
178 |
|
<type>jar</type> |
179 |
|
<scope>compile</scope> |
180 |
|
</dependency> |
181 |
</dependencies> |
</dependencies> |
182 |
|
|
183 |
|
|
184 |
<profiles> |
<profiles> |
185 |
<profile> |
<profile> |
186 |
<id>resourceOperationRemove</id> |
<id>resourceOperationRemove</id> |
216 |
</build> |
</build> |
217 |
</profile> |
</profile> |
218 |
</profiles> |
</profiles> |
219 |
|
|
220 |
</project> |
</project> |