trying it out but running into a dep thing...i jus...
# kotlintest
b
trying it out but running into a dep thing...i just need to depend on hoplite-core and, say, hoplite-json, is that right?
(assuming i'm using only the json format)
s
yes
b
ok, for some reason it's choking on finding jackson-bom, even though it is in the local maven repository. i guess a maven thing? but i saw some google result about this potentially being caused by not setting a 'parent' dependency right (like hoplite-core...initially i'd accidentally done just
hoplite
)
s
hmm, try adding jackson manually to your build and seeing if the error goes away
if it does, then it’s probably a bug in the gradle file for hoplite
b
same issue looks like
weird
but in the deps, the jackson-bom i declared at the top seems to be 'found'
but the one inside hoplite-json isn't
i run into this same problem when starting a new maven project from scratch
s
Ok that’s definitely a bug
can you file it ? I’m at work atm
b
yeah