Skip to content

Commit

Permalink
deps: remove explicit version for jackson (#479)
Browse files Browse the repository at this point in the history
* deps: remove explicit version for jackson-databind
* deps: remove explicit version for jackson-core

Favor using the version from shared-dependencies

Co-authored-by: BenWhitehead <BenWhitehead@users.noreply.github.com>
  • Loading branch information
renovate-bot and BenWhitehead committed Jan 11, 2021
1 parent f976050 commit e2aecfe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion google-cloud-firestore/pom.xml
Expand Up @@ -152,7 +152,6 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Expand Up @@ -190,12 +190,6 @@
<scope>import</scope>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.11.3</version>
</dependency>

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

0 comments on commit e2aecfe

Please sign in to comment.