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

Commit b37035e

Browse files
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
1 parent 8e34d94 commit b37035e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

+8
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
<opencensus.version>0.24.0</opencensus.version>
7474
<findbugs.version>3.0.2</findbugs.version>
7575
<errorprone.version>2.4.0</errorprone.version>
76+
<jackson.version>2.11.3</jackson.version>
7677
</properties>
7778

7879
<dependencyManagement>
@@ -184,6 +185,13 @@
184185
<artifactId>error_prone_annotations</artifactId>
185186
<version>${errorprone.version}</version>
186187
</dependency>
188+
<dependency>
189+
<groupId>com.fasterxml.jackson</groupId>
190+
<artifactId>jackson-bom</artifactId>
191+
<version>${jackson.version}</version>
192+
<type>pom</type>
193+
<scope>import</scope>
194+
</dependency>
187195

188196
<!-- TODO: replace with opencensus-bom when available -->
189197
<dependency>

0 commit comments

Comments
 (0)