forked from davidmsibley/coastal-hazards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
443 lines (428 loc) · 15.1 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>gov.usgs.cida.coastalhazards</groupId>
<artifactId>coastal-hazards</artifactId>
<version>1.1.11-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Coastal Hazards</name>
<modules>
<module>coastal-hazards-commons</module>
<module>coastal-hazards-uncy-reader</module>
<module>coastal-hazards-ui</module>
<module>coastal-hazards-n52</module>
<module>coastal-hazards-wps</module>
<module>coastal-hazards-geoserver</module>
<module>coastal-hazards-portal</module>
<module>coastal-hazards-liquibase</module>
<module>coastal-hazards-export</module>
<module>ehcache-shaded</module>
</modules>
<issueManagement>
<system>JIRA</system>
<!-- This needs to be corrected -->
<url />
</issueManagement>
<url>http://cida.usgs.gov/</url>
<inceptionYear>2012</inceptionYear>
<organization>
<name>Center for Integrated Data Analytics</name>
<url>http://cida.usgs.gov</url>
</organization>
<licenses>
<license>
<name>Public Domain</name>
<url>http://water.usgs.gov/software/help/notice/</url>
<comments>
U.S.Geological Survey Software User Rights Notice
Copied from http://water.usgs.gov/software/help/notice/ on December 6, 2013. Please check webpage for updates.
Software and related material (data and (or) documentation), contained in or furnished in connection with a software distribution, are made available by the U.S. Geological Survey (USGS) to be used in the public interest and in the advancement of science. You may, without any fee or cost, use, copy, modify, or distribute this software, and any derivative works thereof, and its supporting documentation, subject to the following restrictions and understandings.
If you distribute copies or modifications of the software and related material, make sure the recipients receive a copy of this notice and receive or can get a copy of the original distribution. If the software and (or) related material are modified and distributed, it must be made clear that the recipients do not have the original and they must be informed of the extent of the modifications. For example, modified files must include a prominent notice stating the modifications made, the author of the modifications, and the date the modifications were made. This restriction is necessary to guard against problems introduced in the software by others, reflecting negatively on the reputation of the USGS.
The software is public property and you therefore have the right to the source code, if desired.
You may charge fees for distribution, warranties, and services provided in connection with the software or derivative works thereof. The name USGS can be used in any advertising or publicity to endorse or promote any products or commercial entity using this software if specific written permission is obtained from the USGS.
The user agrees to appropriately acknowledge the authors and the USGS in publications that result from the use of this software or in products that include this software in whole or in part.
Because the software and related material are free (other than nominal materials and handling fees) and provided "as is," the authors, the USGS, and the United States Government have made no warranty, express or implied, as to accuracy or completeness and are not obligated to provide the user with any support, consulting, training or assistance of any kind with regard to the use, operation, and performance of this software nor to provide the user with any updates, revisions, new versions or "bug fixes".
The user assumes all risk for any damages whatsoever resulting from loss of use, data, or profits arising in connection with the access, use, quality, or performance of this software.
</comments>
</license>
</licenses>
<developers>
<developer>
<id>dmsibley</id>
<name>David Sibley</name>
<email>[email protected]</email>
<roles>
<role>Software Developer</role>
</roles>
<organization>Center for Integrated Data Analytics</organization>
<organizationUrl>http://cida.usgs.gov</organizationUrl>
<timezone>-6</timezone>
</developer>
<developer>
<id>isuftin</id>
<name>Ivan Suftin</name>
<email>[email protected]</email>
<roles>
<role>Software Developer</role>
</roles>
<organization>Center for Integrated Data Analytics</organization>
<organizationUrl>http://cida.usgs.gov</organizationUrl>
<timezone>-6</timezone>
</developer>
<developer>
<id>jiwalker</id>
<name>Jordan Walker</name>
<email>[email protected]</email>
<roles>
<role>Software Developer</role>
</roles>
<organization>Center for Integrated Data Analytics</organization>
<organizationUrl>http://cida.usgs.gov</organizationUrl>
<timezone>-6</timezone>
</developer>
<developer>
<id>tkunicki</id>
<name>Tom Kunicki</name>
<email>[email protected]</email>
<roles>
<role>Software Developer</role>
</roles>
<organization>Center for Integrated Data Analytics</organization>
<organizationUrl>http://cida.usgs.gov</organizationUrl>
<timezone>-6</timezone>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cida.maven.url>http://internal.cida.usgs.gov/maven</cida.maven.url>
<war.dir>src/main/webapp</war.dir>
<build.scm.version>${buildNumber}</build.scm.version>
<slf4j.version>1.7.5</slf4j.version>
<version.sugarjs>1.4.1</version.sugarjs>
<version.jquery>2.1.1</version.jquery>
<version.bootstrap>3.1.1</version.bootstrap>
<version.fontawesome>4.0.3</version.fontawesome>
<version.openlayers>2.13.1</version.openlayers>
</properties>
<scm>
<connection>scm:git:https://github.com/USGS-CIDA/coastal-hazards.git</connection>
<developerConnection>scm:git:ssh://[email protected]/USGS-CIDA/coastal-hazards.git</developerConnection>
<url>https://github.com/USGS-CIDA/coastal-hazards</url>
</scm>
<distributionManagement>
<repository>
<id>cida-releases</id>
<name>CIDA Releases</name>
<url>https://internal.cida.usgs.gov/maven/content/repositories/cida-public-releases</url>
</repository>
<snapshotRepository>
<id>cida-snapshots</id>
<name>CIDA Snapshots</name>
<url>https://internal.cida.usgs.gov/maven/content/repositories/cida-public-snapshots</url>
</snapshotRepository>
</distributionManagement>
<repositories>
<repository>
<id>cida-public</id>
<name>CIDA Public Nexus</name>
<url>http://cida.usgs.gov/maven/cida-public/</url>
</repository>
<repository>
<id>opengeo</id>
<url>http://repo.opengeo.org/</url>
</repository>
<repository>
<id>geosolutions</id>
<name>GeoSolutions</name>
<url>http://maven.geo-solutions.it/</url>
</repository>
<repository>
<id>hibernatespatial</id>
<name>Hibernate Spatial repo</name>
<url>http://www.hibernatespatial.org/repository</url>
</repository>
<repository>
<id>n52-releases</id>
<name>52-north Releases</name>
<url>http://52north.org/maven/repo/releases/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>cida-public</id>
<name>CIDA Public Plugin repo</name>
<url>http://cida.usgs.gov/maven/cida-public/</url>
</pluginRepository>
</pluginRepositories>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.2.5</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.2.4</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>${slf4j.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<scope>test</scope>
<version>1.3</version>
</dependency>
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-web-api</artifactId>
<version>6.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>javax.servlet.jsp-api</artifactId>
<version>2.3.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet.jsp.jstl</groupId>
<artifactId>jstl-api</artifactId>
<version>1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<artifactId>proxy-utils</artifactId>
<groupId>gov.usgs.cida</groupId>
<version>1.0.6</version>
<type>jar</type>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>commons-jxpath</groupId>
<artifactId>commons-jxpath</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>gov.usgs.cida.owsutils</groupId>
<artifactId>cida-owsutils-geoserver</artifactId>
<version>1.0.2</version>
<exclusions>
<exclusion>
<artifactId>commons-lang</artifactId>
<groupId>commons-lang</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.openid4java</groupId>
<artifactId>openid4java</artifactId>
<version>0.9.7</version>
</dependency>
<dependency>
<groupId>gov.usgs.cida.jslibs</groupId>
<artifactId>usgs-template</artifactId>
<version>2.2</version>
<type>war</type>
</dependency>
<dependency>
<groupId>gov.usgs.cida</groupId>
<artifactId>dynamicProperties</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>openlayers</artifactId>
<version>${version.openlayers}</version>
</dependency>
<dependency>
<groupId>gov.usgs.cida.jslibs</groupId>
<artifactId>bootstrojs</artifactId>
<version>2013.20.4-3</version>
<type>war</type>
</dependency>
<dependency>
<groupId>gov.usgs.cida.jslibs</groupId>
<artifactId>log4js</artifactId>
<version>1.4.3-3</version>
<type>war</type>
</dependency>
<dependency>
<groupId>gov.usgs.cida.jslibs</groupId>
<artifactId>dygraphs-core</artifactId>
<version>20130314-2</version>
<type>war</type>
</dependency>
<dependency>
<groupId>gov.usgs.cida.jslibs</groupId>
<artifactId>jquery-fineuploader</artifactId>
<version>3.4.0-4</version>
<type>war</type>
</dependency>
<dependency>
<groupId>gov.usgs.cida.jslibs</groupId>
<artifactId>jquery-tablesorter</artifactId>
<version>2.7.6-2</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<version>${version.bootstrap}-1</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery</artifactId>
<version>${version.jquery}</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>sugar</artifactId>
<version>${version.sugarjs}</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>font-awesome</artifactId>
<version>${version.fontawesome}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.2.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
<version>1.17.1</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-servlet</artifactId>
<version>1.17.1</version>
</dependency>
<dependency>
<groupId>com.vividsolutions</groupId>
<artifactId>jts</artifactId>
<version>1.13</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.2</version>
<configuration>
<archive>
<manifestEntries>
<Implementation-Build>${build.scm.version}</Implementation-Build>
<!-- The following are non-standard manifest entries. Tag names have been styled according to Manifest conventions -->
<BuildTime>${maven.build.timestamp}</BuildTime>
<Project-GroupId>${project.groupId}</Project-GroupId>
<Project-ArtifactId>${project.artifactId}</Project-ArtifactId>
<Project-Version>${project.version}</Project-Version>
<SCM-Url>${project.scm.developerConnection}</SCM-Url>
</manifestEntries>
</archive>
<webResources>
<webResource>
<directory>${war.dir}</directory>
<includes>
<include>*.jsp</include>
</includes>
<filtering>true</filtering>
</webResource>
</webResources>
<warSourceDirectory>${war.dir}</warSourceDirectory>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>