File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3838
3939 <!-- Spark Jackson version may not be same as ORC -->
40- <spark .jackson.version>2.18.2 </spark .jackson.version>
40+ <spark .jackson.version>2.21.1 </spark .jackson.version>
4141 </properties >
4242
4343 <dependencies >
114114 <artifactId >scala-library</artifactId >
115115 </dependency >
116116 <dependency >
117- <groupId >com.fasterxml.jackson.core</groupId >
118- <artifactId >jackson-core</artifactId >
119- <version >${spark.jackson.version} </version >
120- </dependency >
121- <dependency >
122- <groupId >com.fasterxml.jackson.core</groupId >
123- <artifactId >jackson-databind</artifactId >
124- <version >${spark.jackson.version} </version >
125- </dependency >
126- <dependency >
127- <groupId >com.fasterxml.jackson.core</groupId >
128- <artifactId >jackson-annotations</artifactId >
117+ <groupId >com.fasterxml.jackson</groupId >
118+ <artifactId >jackson-bom</artifactId >
129119 <version >${spark.jackson.version} </version >
120+ <scope >import</scope >
121+ <type >pom</type >
130122 </dependency >
131123 <!-- This should be the same with Spark's dependency. -->
132124 <dependency >
You can’t perform that action at this time.
0 commit comments