Skip to content

Commit b239ea1

Browse files
srowenpwendell
authored andcommitted
SPARK-3955 part 2 [CORE] [HOTFIX] Different versions between jackson-mapper-asl and jackson-core-asl
pwendell 2483c1e didn't actually add a reference to `jackson-core-asl` as intended, but a second redundant reference to `jackson-mapper-asl`, as markhamstra picked up on (#3716 (comment)) This just rectifies the typo. I missed it as well; the original PR #2818 had it correct and I also didn't see the problem. Author: Sean Owen <sowen@cloudera.com> Closes #3829 from srowen/SPARK-3955 and squashes the following commits: 6cfdc4e [Sean Owen] Actually refer to jackson-core-asl
1 parent 07fa191 commit b239ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@
827827
</dependency>
828828
<dependency>
829829
<groupId>org.codehaus.jackson</groupId>
830-
<artifactId>jackson-mapper-asl</artifactId>
830+
<artifactId>jackson-core-asl</artifactId>
831831
<version>${jackson.version}</version>
832832
</dependency>
833833
</dependencies>

0 commit comments

Comments
 (0)