Looks like kubek2k's bitbucket repo is no longer accessible. Luckily someone made a github mirror here.
Given that this repo is no longer accessible, a better / more permanent solution might be to create a local copy of mockito.xsd
in your src/main/resources
directory, and reference that instead.
For example, create src/main/resources/META-INF/spring/mockito.xsd
and change the xsd reference from:
....
http://www.mockito.org/spring/mockito https://bitbucket.org/kubek2k/springockito/raw/tip/springockito/src/main/resources/spring/mockito.xsd">
to
...
http://www.mockito.org/spring/mockito META-INF/spring/mockito.xsd">
update 10-05-2016:
- There's also a fork here -- it's based off version 1.0.7 from what I can see (which is more recent than Angellnc's github mirror above).
- And another fork here (this one is actually a mirror, but still 1.0.7)
update 10-05-2016 2:
Looks like there a 1.0.9 version also hosted here: https://bitbucket.org/duncan85/springockito/