|
185 | 185 | <scalafmt.validateOnly>true</scalafmt.validateOnly> |
186 | 186 | <scalafmt.changedOnly>true</scalafmt.changedOnly> |
187 | 187 | <fasterxml.jackson.version>2.19.2</fasterxml.jackson.version> |
188 | | - <fasterxml.jackson.databind.version>2.19.2</fasterxml.jackson.databind.version> |
189 | 188 | <ws.xmlschema.version>2.3.1</ws.xmlschema.version> |
190 | 189 | <snappy.version>1.1.10.8</snappy.version> |
191 | 190 | <netlib.ludovic.dev.version>3.0.4</netlib.ludovic.dev.version> |
|
1063 | 1062 | <version>${codahale.metrics.version}</version> |
1064 | 1063 | </dependency> |
1065 | 1064 | <dependency> |
1066 | | - <groupId>com.fasterxml.jackson.core</groupId> |
1067 | | - <artifactId>jackson-core</artifactId> |
1068 | | - <version>${fasterxml.jackson.version}</version> |
1069 | | - </dependency> |
1070 | | - <dependency> |
1071 | | - <groupId>com.fasterxml.jackson.core</groupId> |
1072 | | - <artifactId>jackson-databind</artifactId> |
1073 | | - <version>${fasterxml.jackson.databind.version}</version> |
1074 | | - </dependency> |
1075 | | - <dependency> |
1076 | | - <groupId>com.fasterxml.jackson.core</groupId> |
1077 | | - <artifactId>jackson-annotations</artifactId> |
1078 | | - <version>${fasterxml.jackson.version}</version> |
1079 | | - </dependency> |
1080 | | - <dependency> |
1081 | | - <groupId>com.fasterxml.jackson.datatype</groupId> |
1082 | | - <artifactId>jackson-datatype-jsr310</artifactId> |
1083 | | - <version>${fasterxml.jackson.version}</version> |
1084 | | - </dependency> |
1085 | | - <dependency> |
1086 | | - <groupId>com.fasterxml.jackson.module</groupId> |
1087 | | - <artifactId>jackson-module-scala_${scala.binary.version}</artifactId> |
| 1065 | + <groupId>com.fasterxml.jackson</groupId> |
| 1066 | + <artifactId>jackson-bom</artifactId> |
1088 | 1067 | <version>${fasterxml.jackson.version}</version> |
| 1068 | + <scope>import</scope> |
| 1069 | + <type>pom</type> |
1089 | 1070 | </dependency> |
1090 | 1071 | <dependency> |
1091 | 1072 | <groupId>org.apache.ws.xmlschema</groupId> |
|
1164 | 1145 | <groupId>org.json4s</groupId> |
1165 | 1146 | <artifactId>json4s-jackson_${scala.binary.version}</artifactId> |
1166 | 1147 | <version>4.0.7</version> |
1167 | | - <exclusions> |
1168 | | - <exclusion> |
1169 | | - <groupId>com.fasterxml.jackson.core</groupId> |
1170 | | - <artifactId>*</artifactId> |
1171 | | - </exclusion> |
1172 | | - </exclusions> |
1173 | 1148 | </dependency> |
1174 | 1149 | <dependency> |
1175 | 1150 | <groupId>org.scala-lang.modules</groupId> |
|
2528 | 2503 | <artifactId>arrow-vector</artifactId> |
2529 | 2504 | <version>${arrow.version}</version> |
2530 | 2505 | <exclusions> |
2531 | | - <exclusion> |
2532 | | - <groupId>com.fasterxml.jackson.core</groupId> |
2533 | | - <artifactId>jackson-annotations</artifactId> |
2534 | | - </exclusion> |
2535 | | - <exclusion> |
2536 | | - <groupId>com.fasterxml.jackson.core</groupId> |
2537 | | - <artifactId>jackson-core</artifactId> |
2538 | | - </exclusion> |
2539 | 2506 | <exclusion> |
2540 | 2507 | <groupId>io.netty</groupId> |
2541 | 2508 | <artifactId>netty-common</artifactId> |
|
0 commit comments