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

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: add jackson-core to the list of managed dependencies (#190)
* feat: add jackson-core to the list of managed dependencies

* import jackson-bom instead

* import it as a BOM
  • Loading branch information
stephaniewang526 committed Oct 20, 2020
1 parent 8e34d94 commit b37035e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
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,13 @@
<artifactId>error_prone_annotations</artifactId>
<version>${errorprone.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>${jackson.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

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

0 comments on commit b37035e

Please sign in to comment.