Skip to content

Commit

Permalink
fix docker build by removing unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
takb committed Sep 3, 2021
1 parent 4ed6c85 commit f767d3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
### Changed
### Deprecated

## [6.1.3] - 2021-09-03
### Changed
- removed unused dependency

## [6.1.2] - 2021-08-30
### Changed
- URL for repo.heigit.org to HTTPS
Expand Down
8 changes: 1 addition & 7 deletions openrouteservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.heigit.ors</groupId>
<artifactId>openrouteservice</artifactId>
<version>6.1.2</version>
<version>6.1.3</version>
<packaging>war</packaging>
<name>openrouteservice</name>
<url>openrouteservice.org</url>
Expand Down Expand Up @@ -338,12 +338,6 @@
<version>9.4.1212</version>
</dependency>

<dependency>
<groupId>org.meteogroup.jbrotli</groupId>
<artifactId>jbrotli</artifactId>
<version>0.5.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit f767d3c

Please sign in to comment.