This repository was archived by the owner on Sep 19, 2023. It is now read-only.
File tree
Expand file treeCollapse file tree1 file changed
+8
-0
lines changed Expand file treeCollapse file tree1 file changed
+8
-0
lines changed Original file line number | Diff line number | Diff line change |
---|
|
73 | 73 | <opencensus.version>0.24.0</opencensus.version>
|
74 | 74 | <findbugs.version>3.0.2</findbugs.version>
|
75 | 75 | <errorprone.version>2.4.0</errorprone.version>
|
| 76 | +<jackson.version>2.11.3</jackson.version> |
76 | 77 | </properties>
|
77 | 78 |
|
78 | 79 | <dependencyManagement>
|
|
184 | 185 | <artifactId>error_prone_annotations</artifactId>
|
185 | 186 | <version>${errorprone.version}</version>
|
186 | 187 | </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> |
187 | 195 |
|
188 | 196 | <!-- TODO: replace with opencensus-bom when available -->
|
189 | 197 | <dependency>
|
|
You can’t perform that action at this time.
0 commit comments