Skip to content

Commit

Permalink
remove explicit version for jackson-databind
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakaner committed May 8, 2024
1 parent 15dfdae commit e2be61a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.11.4</version>
</dependency>
<dependency>
<groupId>com.graphhopper.external</groupId>
Expand Down
1 change: 0 additions & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.11.4</version>
</dependency>
<dependency>
<groupId>com.graphhopper.external</groupId>
Expand Down
1 change: 0 additions & 1 deletion web-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.11.4</version>
</dependency>
<dependency>
<groupId>com.graphhopper.external</groupId>
Expand Down

0 comments on commit e2be61a

Please sign in to comment.