Skip to content

Commit

Permalink
upgrade to ohsome-filter v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd authored and joker234 committed Nov 9, 2020
1 parent 71e67e2 commit b82dadd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions oshdb-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<name>OSHDB API</name>
<description>API to query the OpenStreetMap History Database. Includes MapReduce functionality to filter, analyze and aggregate data.</description>

<properties>
<ohsomefilter.version>1.4.0</ohsomefilter.version>
<tdigest.version>3.2</tdigest.version>
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down Expand Up @@ -83,13 +88,13 @@
<dependency>
<groupId>com.tdunning</groupId>
<artifactId>t-digest</artifactId>
<version>3.2</version>
<version>${tdigest.version}</version>
</dependency>

<dependency>
<groupId>org.heigit.ohsome</groupId>
<artifactId>ohsome-filter</artifactId>
<version>1.4-SNAPSHOT</version>
<version>${ohsomefilter.version}</version>
</dependency>

<!-- TEST dependencies -->
Expand Down

0 comments on commit b82dadd

Please sign in to comment.