Skip to content

Commit

Permalink
Trim down the fat jar size a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
bertjan committed Jun 19, 2017
1 parent 6622fda commit f203a70
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@
</transformer>
</transformers>
<artifactSet>
<excludes>
<exclude>org.codehaus.groovy:*</exclude>
<exclude>io.vertx:vertx-lang-js</exclude>
<exclude>io.reactivex:*</exclude>
<exclude>com.hazelcast:*</exclude>
<exclude>com.fasterxml.jackson.core:*</exclude>
<exclude>io.vertx:vertx-auth-common:*</exclude>
<exclude>io.vertx:vertx-rx-java:*</exclude>
<exclude>io.vertx:vertx-hazelcast:*</exclude>
</excludes>
</artifactSet>
<outputFile>${project.build.directory}/${project.artifactId}-${project.version}-fat.jar</outputFile>
</configuration>
Expand Down

0 comments on commit f203a70

Please sign in to comment.