Skip to content

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
michaz committed Dec 12, 2019
1 parent 7a6eca5 commit 394869a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<jackson.version>2.9.9</jackson.version>
<guava.version>24.1.1-jre</guava.version>

<directions-api-client.version>0.10.1-3</directions-api-client.version>
<maven.compiler.target>1.8</maven.compiler.target>

<org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width>4</org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width>
Expand Down
6 changes: 0 additions & 6 deletions web-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>directions-api-client</artifactId>
<version>${directions-api-client.version}</version>
<scope>test</scope>
</dependency>

</dependencies>

Expand Down

0 comments on commit 394869a

Please sign in to comment.