changcheng / wro4j

Automatically exported from code.google.com/p/wro4j
0 stars 0 forks source link

Maven plugin should not depend on mockito with other than test scope #399

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently maven plugin use mockito library with a non test scope, in order to 
mock servlet-api. 
It might be better to create our own mock implementations than rely on testing 
library in production code.

Original issue reported on code.google.com by alex.obj...@gmail.com on 20 Mar 2012 at 9:17