Separate maven repo dependencies?

My first post. Apologies if it is mis-categorized or answered.

I have two different java, bitbucket repos, call them Services and Utils. Utils creates a jar that is installed into the maven repo. Services requires Utils. Utils builds just great, but I cannot fathom how I would import Utils into Services at build time within a CircleCi environment. It seems as though because they are separate repos, they each have their own Maven repo and won’t know about each other’s installed code.

I’m probably missing something big and obvious. Any help or advice would be great.

1 Like