`jackson-base` is bit sneaky since it's included in `jackson-bom` repository. It should be auto-built by Travis, end up in Sonatype snapshot repo but I am not 100% sure if that works.
Anyway, local maven install of `jackson-bom` should do the trick. Alternatively you can probably just test patch against 2.9.4 release; changes are minor at this point (fixes only in patches) -+ Tatu +- On Tue, Mar 6, 2018 at 2:55 PM, Rob Oxspring <[email protected]> wrote: > Hi, > > I just cloned jackson-databind-text to try and reproduce an issue and > potentially work on a patch, but don't seem to be able to build the > repository because it refers to a jackson-base parent pom which I can't > find: > > [ERROR] [ERROR] Some problems were encountered while processing the POMs: > > [FATAL] Non-resolvable parent POM for > com.fasterxml.jackson.dataformat:jackson-dataformats-text:2.9.5-SNAPSHOT: > Could not find artifact > com.fasterxml.jackson:jackson-base:pom:2.9.5-SNAPSHOT and > 'parent.relativePath' points at wrong local POM @ line 3, column 11 > > @ > > > Which repository/ies do I need to checkout and build in order to bootstrap? > > Thanks, > > Rob > > (using mvn 3.5.0 in case that's relevant) > > -- > You received this message because you are subscribed to the Google Groups > "jackson-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "jackson-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
