Sergey Korotkov created IGNITE-23679:
----------------------------------------
Summary: [ducktests] Remove ignite-* dependencies from target/lib
directory
Key: IGNITE-23679
URL: https://issues.apache.org/jira/browse/IGNITE-23679
Project: Ignite
Issue Type: Task
Reporter: Sergey Korotkov
Assignee: Sergey Korotkov
Currently all dependencies of ignite-* modules build along with ducktests
module are copied to ducktests/target/libs. This directory is added into the
classpath for ignite nodes.
This creates problem if most current ducktests (from master branch) are run
against some old release and versions of dependencies in master and old release
are different.
***
In such case the correct way is to use dependencies from old release, so they
should not be copied to ducktests/target/libs
--
This message was sent by Atlassian Jira
(v8.20.10#820010)