https://mvnrepository.com/artifact/org.springframework/org.springframework.test/3.2.0.RELEASE is mentioning that the dependency should be on https://repo.spring.io/ui/native/libs-milestone/org/springframework/.
But when we browse (and build with maven) you see that the dependency is not located there.
Is this removed intentionally or accidently from the repo. Any suggestions on how to proceed when this doesn't come back (or maybe a mirror repo where it is still located).
Thx in advance.
For starters 3.2.0.RELEASE is quite old and I would strongly suggest to upgrade. Both for support and security as that version has some security flaws which have been fixed in more recent versions.
The org.springframework.test
are the old OSGi based dependencies (they have names which make them resolve in OSGi etc.). They are the same as the regular dependencies like spring-test
for the same.