Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-search
Commit: 9c93fd7f5f7608156239c8d80b26c134ef8601a3
https://github.com/hibernate/hibernate-search/commit/9c93fd7f5f7608156239...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-07 (Wed, 07 Oct 2020)
Changed paths:
M legacy/integrationtest/jsr352/pom.xml
M legacy/jsr352/core/pom.xml
M legacy/orm/pom.xml
M legacy/pom.xml
Log Message:
-----------
HSEARCH-4031 Add dependency management for Byte-Buddy to legacy code
The version bundled with ORM 5.3 simply doesn't work correctly with Mockito.
Since we're going to remove the legacy code soon, we may as well
temporarilly override the version of bytebuddy (in legacy code only).
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>