File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
external/mqtt/src/main/assembly Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 21
21
</formats >
22
22
<includeBaseDirectory >false</includeBaseDirectory >
23
23
24
+ <fileSets >
25
+ <fileSet >
26
+ <directory >${project.build.directory}/scala-${scala.binary.version}/test-classes</directory >
27
+ <outputDirectory >/</outputDirectory >
28
+ </fileSet >
29
+ </fileSets >
30
+
24
31
<dependencySets >
25
32
<dependencySet >
26
33
<useTransitiveDependencies >true</useTransitiveDependencies >
27
34
<scope >test</scope >
28
- <useProjectArtifact >false</useProjectArtifact >
29
35
<unpack >true</unpack >
30
36
<excludes >
31
37
<exclude >org.apache.hadoop:*:jar</exclude >
32
- <exclude >org.apache.spark:*:jar</exclude >
33
38
<exclude >org.apache.zookeeper:*:jar</exclude >
34
39
<exclude >org.apache.avro:*:jar</exclude >
35
40
</excludes >
You can’t perform that action at this time.
0 commit comments