Description
A few house keeping items should be taken care of related to unit tests:
- Version number of jars needed for unit tests and their scope should be refactored into the parent jar.
- Changed dependency of mockito from all to core. All was valid when we had ant based build. Given that we are not on maven having core will resolve transitive dependencies we are better off with core dependency to avoid conflicts.
- Some modules have test code in main, it should be in test. Also prevent test code from getting deployed in production for those modules.
- Add a few new tests for core packages.