Some maven dependencies and plugins are not resolving

Hey

I cloned and built the openmrs-core module and imported it into inteijIdea as guided in Developer How-To Setup And Use IntelliJ - Documentation - OpenMRS Wiki documentation

now some dependencies and plugins are not resolving and can anyone please help me to resolve this

I have attached the screan shot files of pom.xml files in here

I’d advise you (if you have not yet) install and use plain maven with the openmrs-sdk plugin for compiling and deploying your developments and your IDE to make code changes (ignore the un-resolving dependencies as long as no changes are made) otherwise the IDE may include its own dependencies to the pom file. Sounds complicated but the quickest way to get started.

hey

Did you say, above unresolved dependencies will not be affected to my development work??

Yes @jayamal , and that’s if you ignore the attempts of the IDE to resolve the dependencies. Using plain Maven would take care of that.