I am trying to compile a Maven project in the Spring Tools Suite version 3.7 and Maven version 3.3.3.
It fails with
Could not resolve dependencies for project
com.ccs:ccs-nbook-service:jar:0.0.1-SNAPSHOT: The following artifacts could not be resolved:
com.ccs:ccs-common-service:jar:R.1.0.BUILD-SNAPSHOT,
com.ccs:ccs-common-ui:jar:R.1.0.BUILD-SNAPSHOT,
com.ccs:ccs-common-core:jar:R.1.0.BUILD-SNAPSHOT: Could not find artifact
com.ccs:ccs-common-service:jar:R.1.0.BUILD-SNAPSHOT in central
I have looked online and cannot locate these maven repositories.
Does anyone know where I can get these repositories or how I can fix this problem please?