Maven build fails with DependencyResolutionException

I’m new to Circle CI (and Maven too for that matter). I have a Maven Java project that I’m trying to get to build with Circle CI.

The build (mvn clean install) works fine locally and with other CI services. However, I’m getting a DependencyResolutionException trying to resolve an artifact that’s in the project.

I have a admin-console.war that successfully builds. However, when the next artifact attempts to build I get an error stating “Could not resolve dependencies for project X”.

I’m using a custom cirlce.yaml file that is based on the sample provided at https://circleci.com/docs/1.0/language-java/

Any help on this is greatly appreciated.