I have been trying to build a springboot project within my virtual desktop and have been facing issues with resolving maven dependencies, after resolving dependencies with improper versions or with incorrect imports, I now have only one dependency conflict that is stopping from compiling the spring boot project that was developed outside my virtual workspacee.
This is what my console says
The POM for org.liquibase:liquibase-core:jar:3.3.0 is missing, no dependency information available
[ERROR] Failed to execute goal on project springboot102: Could not resolve dependencies for project com.css:springboot102:jar:0.0.1-SNAPSHOT: Failure to find org.liquibase:liquibase-core:jar:3.3.0 in http://repo............/(repository) was cached in the local repository, resolution will not be reattempted until the update interval of archiva.default has elapsed or updates are forced ->
Screen shot images also attched as follows :
If someone had faced similar dependency conflicts please do let me know, much appreciated.