archiecobbs / ivyroundup

Online Ivy Repository
13 stars 13 forks source link

Invalid dependency on Mockito for Powermock 1.4.10 #157

Closed cfinis-verimatrix closed 9 years ago

cfinis-verimatrix commented 9 years ago

As stated on the project page of PowerMock , PowerMock 1.4.10 requires Mockito 1.9.0-rc1 or 1.9.0. However, the ivy descriptor states "[1.8.5,)", which is wrong. E.g. version 1.9.5 does not offer the org.mockito.internal.MockitoInvocationHandler class used by PowerMock 1.4.10.

Proposed value: "[1.9.0,1.9.5["

archiecobbs commented 9 years ago

Thanks... care to create a pull request?

Otherwise I'll (eventually) get to it...

cfinis-verimatrix commented 9 years ago

Sorry, I'm behind a firewall which prevents pushing to github. The full updated dependency line is: <dependency org="org.mockito" name="mockito" rev="[1.9.0,1.9.5[" conf="api-mockito->default"/>

archiecobbs commented 9 years ago

Thanks, fixed in 7a13e8d.