Index: assembly/bin-component-shared.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/assembly/bin-component-shared.xml b/assembly/bin-component-shared.xml
--- a/assembly/bin-component-shared.xml	(revision 60fba0ecdf38055c763d3abb96197f286547b4b1)
+++ b/assembly/bin-component-shared.xml	(date 1668628888678)
@@ -23,14 +23,14 @@
     <fileSets>
         <fileSet>
             <directory>${project.build.directory}</directory>
-            <outputDirectory>${project.artifactId}/libs/${project.artifactId}</outputDirectory>
+            <outputDirectory>${project.artifactId}/libs/optional/${project.artifactId}</outputDirectory>
             <includes>
                 <include>${project.build.finalName}.${project.packaging}</include>
             </includes>
         </fileSet>
         <fileSet>
             <directory>${project.build.directory}/libs</directory>
-            <outputDirectory>${project.artifactId}/libs/${project.artifactId}</outputDirectory>
+            <outputDirectory>${project.artifactId}/libs/optional/${project.artifactId}</outputDirectory>
         </fileSet>
         <!-- license, dependencies, notice, etc. calculated at build time -->
         <fileSet>
Index: modules/cdc-ext/pom.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/modules/cdc-ext/pom.xml b/modules/cdc-ext/pom.xml
--- a/modules/cdc-ext/pom.xml	(revision 60fba0ecdf38055c763d3abb96197f286547b4b1)
+++ b/modules/cdc-ext/pom.xml	(date 1668628888674)
@@ -68,6 +68,7 @@
             <groupId>org.apache.kafka</groupId>
             <artifactId>kafka_2.12</artifactId>
             <version>${kafka.version}</version>
+            <scope>test</scope>
             <exclusions>
                 <exclusion>
                     <groupId>org.slf4j</groupId>
@@ -98,6 +99,12 @@
             <classifier>test</classifier>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>org.apache.kafka</groupId>
+            <artifactId>kafka-clients</artifactId>
+            <version>${kafka.version}</version>
+        </dependency>
 
         <dependency>
             <groupId>org.apache.kafka</groupId>
@@ -120,25 +127,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>copy-dependencies</goal>
-                        </goals>
-                        <configuration>
-                            <outputDirectory>${project.build.directory}/libs</outputDirectory>
-                            <includeScope>compile</includeScope>
-                            <excludeArtifactIds>ignite-core,ignite-spring,ignite-shmem</excludeArtifactIds>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
 </project>
Index: modules/cdc-ext/assembly/cdc-ext.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/modules/cdc-ext/assembly/cdc-ext.xml b/modules/cdc-ext/assembly/cdc-ext.xml
--- a/modules/cdc-ext/assembly/cdc-ext.xml	(revision 60fba0ecdf38055c763d3abb96197f286547b4b1)
+++ b/modules/cdc-ext/assembly/cdc-ext.xml	(date 1668628888666)
@@ -36,6 +36,7 @@
         <fileSet>
             <directory>${basedir}/bin</directory>
             <outputDirectory>${project.artifactId}/bin</outputDirectory>
+            <fileMode>755</fileMode>
         </fileSet>
     </fileSets>
 </assembly>
