[Solved] maven Project Compile Error: was cached in the local repository, resolution will not be reattempte

The error contents are as follows: was cached in the local repository, resolution will not be reatempted until the update interval of central has elapsed or updates are forced

Solution: Go to the pom.xml of the compile project to check if there are duplicate dependencies. If it is duplicated, just delete one.

Similar Posts: