I was working on a project using DSE 6.7.7, and had no problem building my java app that uses dse-graph-frames. However, when I tried upgrading to 6.7.10, I ran into this issue:
The POM for org.codehaus.jackson:jackson-core-asl:jar:1.9.13.1.dse is missing, no dependency information available
To confirm, I checked in the Datastax repository, and for 6.7.7 it just uses jackson-core-asl:jar:1.9.13. However, in 6.7.8 through 6.7.12, it uses jackson-core-asl:jar:1.9.13.1.dse.
I also confirmed that jackson-core-asl:jar:1.9.13.1.dse does not exist in maven's repository. This is not a surprise, since with a version name that has "dse" appended to the end, I would expect that it's something that should be in Datastax's repository anyways. However, I could not find it in Datastax's repository either (both show 1.9.13 but not 1.9.13.1.dse).
Is there's something I need to do in order to build projects using DSE GraphFrames v. 6.7.10? Or is there a way around this issue?
(by the way, I had trouble finding a tag for DSE GraphFrames so only tagged this as graph)