fsparv / EasierMock

An add on to make Easy Mock even Easier
Apache License 2.0
0 stars 0 forks source link

Separate Jar for @SimpleProperty #5

Open fsparv opened 7 years ago

fsparv commented 7 years ago

There's really no good reason to have the EasierMock dependency sneak into the runtime dependency and then transitively smuggle in EasyMock and Cglib, etc to unwary folks who use want to use BeanTester.

The annotation that makes a method eligible for BeanTester (@SimpleProperty) should be in it's own jar with it's own maven/gradle dependency packaging, and have no transitive dependencies.