aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorPatrick Wendell <patrick@databricks.com>2015-01-29 17:14:27 -0800
committerPatrick Wendell <patrick@databricks.com>2015-01-29 17:14:27 -0800
commitd2071e8f45e74117f78a42770b0c610cb98e5075 (patch)
tree37156e97f71127f1b293f9aa6d6806b6ce51db62 /network
parent5338772f3fe9cfe1f8caee64cce2275457d8f23f (diff)
downloadspark-d2071e8f45e74117f78a42770b0c610cb98e5075.tar.gz
spark-d2071e8f45e74117f78a42770b0c610cb98e5075.tar.bz2
spark-d2071e8f45e74117f78a42770b0c610cb98e5075.zip
Revert "[WIP] [SPARK-3996]: Shade Jetty in Spark deliverables"
This reverts commit f240fe390b46b6e9859ce74108c5a5fba5c5f8b3.
Diffstat (limited to 'network')
-rw-r--r--network/common/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/network/common/pom.xml b/network/common/pom.xml
index 8f7c924d6b..5a9bbe105d 100644
--- a/network/common/pom.xml
+++ b/network/common/pom.xml
@@ -101,6 +101,18 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <configuration>
+ <shadedArtifactAttached>false</shadedArtifactAttached>
+ <artifactSet>
+ <includes>
+ <include>com.google.guava:guava</include>
+ </includes>
+ </artifactSet>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>