Skip to content

Commit cfc79a7

Browse files
committed
Merge pull request apache#61 from mbautin/csd-1.4_dont_shade_test_jar
Don't shade the test jar in Spark Streaming
2 parents 3a32cf7 + 0784314 commit cfc79a7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

streaming/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@
107107
<plugin>
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-shade-plugin</artifactId>
110-
<configuration>
111-
<shadeTestJar>true</shadeTestJar>
112-
</configuration>
113110
</plugin>
114111
</plugins>
115112
</build>

0 commit comments

Comments
 (0)