I'm working with Hybris 1810. I want to know the version of Spring, JUnit, Mockito. Where can I find them? Thanks
Most of the libraries are in the core
extension: hybris/bin/platform/ext/core/lib
.
You can also use find
command to find them:
find <hyrbis-dir> -name "spring*.jar"
find <hyrbis-dir> -name "junit*.jar"
find <hyrbis-dir> -name "mockito*.jar"