Ilya Shishkov created IGNITE-25958:
--------------------------------------
Summary: Fix exclusions in IgniteCompatibilityAbstractTest
Key: IGNITE-25958
URL: https://issues.apache.org/jira/browse/IGNITE-25958
Project: Ignite
Issue Type: Task
Reporter: Ilya Shishkov
Current list of excluded dependencies (see
{{IgniteCompatibilityAbstractTest#getExcluded}}) can match to third-party
dependencies, such as Apache Commons:
{code}
// Exclude all modules necessary to compile the current version of core module
to avoid conflicts with previous versions.
excluded.addAll(Set.of("binary", "codegen2", "commons", "unsafe"));
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)