Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #15 from wtollett-usgs/master
Browse files Browse the repository at this point in the history
Small Changes
  • Loading branch information
wtollett-usgs authored Aug 16, 2018
2 parents c85a37d + b006e72 commit e97c09b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Valve3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
</lifecycleMappingMetadata>
</configuration>
</plugin>

</plugins>
</pluginManagement>
</build>
Expand All @@ -143,7 +142,7 @@
<dependency>
<groupId>gov.usgs.volcanoes</groupId>
<artifactId>volcano-core</artifactId>
<version>1.4.7</version>
<version>1.4.9</version>
</dependency>
<dependency>
<groupId>gov.usgs.volcanoes</groupId>
Expand Down
12 changes: 10 additions & 2 deletions Valve3Web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,21 @@
<artifactId>valve3</artifactId>
<version>3.6.2</version>
<exclusions>
<exclusion>
<groupId>colt</groupId>
<artifactId>colt</artifactId>
</exclusion>
<exclusion>
<groupId>gov.usgs.volcanoes</groupId>
<artifactId>vdx</artifactId>
</exclusion>
<exclusion>
<groupId>colt</groupId>
<artifactId>colt</artifactId>
<groupId>gov.usgs.volcanoes</groupId>
<artifactId>volcano-core</artifactId>
</exclusion>
<exclusion>
<groupId>net.sourceforge.jtransforms</groupId>
<artifactId>jtransforms</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down
3 changes: 3 additions & 0 deletions Valve3Web/resources/filters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ South Half:-156.10, -154.78, 18.88, 19.60
Kilauea Summit:-155.31, -155.23, 19.38, 19.44
Kilauea South Flank:-155.50, -154.90, 19.15, 19.47
Kilauea ERZ:-155.20, -154.80, 19.35, 19.55
Kilauea UERZ:-155.27, -155.18, 19.34, 19.41
Kilauea MERZ:-155.215, -155.00, 19.34, 19.42
Kilauea LERZ:-154.95, -154.80, 19.35, 19.51
Kilauea SWRZ:-155.46, -155.25, 19.15, 19.43
Mauna Loa Summit:-155.73, -155.53, 19.40, 19.62
Mauna Loa SE Flank:-155.75, -155.25, 19.25, 19.60
Expand Down

0 comments on commit e97c09b

Please sign in to comment.