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 2121 </formats >
2222 <includeBaseDirectory >false</includeBaseDirectory >
2323
24+ <fileSets >
25+ <fileSet >
26+ <directory >${project.build.directory}/scala-${scala.binary.version}/test-classes</directory >
27+ <outputDirectory >/</outputDirectory >
28+ </fileSet >
29+ </fileSets >
30+
2431 <dependencySets >
2532 <dependencySet >
2633 <useTransitiveDependencies >true</useTransitiveDependencies >
2734 <scope >test</scope >
28- <useProjectArtifact >false</useProjectArtifact >
2935 <unpack >true</unpack >
3036 <excludes >
3137 <exclude >org.apache.hadoop:*:jar</exclude >
32- <exclude >org.apache.spark:*:jar</exclude >
3338 <exclude >org.apache.zookeeper:*:jar</exclude >
3439 <exclude >org.apache.avro:*:jar</exclude >
3540 </excludes >
You can’t perform that action at this time.
0 commit comments