Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

feat: add jackson-core to the list of managed dependencies #190

Merged
merged 3 commits into from
Oct 20, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<opencensus.version>0.24.0</opencensus.version>
<findbugs.version>3.0.2</findbugs.version>
<errorprone.version>2.4.0</errorprone.version>
<jackson.version>2.11.3</jackson.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -184,6 +185,11 @@
<artifactId>error_prone_annotations</artifactId>
<version>${errorprone.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
stephaniewang526 marked this conversation as resolved.
Show resolved Hide resolved
<version>${jackson.version}</version>
</dependency>

<!-- TODO: replace with opencensus-bom when available -->
<dependency>
Expand Down