Skip to content
Snippets Groups Projects
Commit 0a39c45f authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

fat JAR: trim size down from 100 to 40 MB, by excluding mg4j

it is a marginal dependency of LAW, for a fringe tool that we do not use
parent c77e8e60
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,14 @@
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all</artifactId>
</exclusion>
<exclusion>
<groupId>it.unimi.di</groupId>
<artifactId>mg4j</artifactId>
</exclusion>
<exclusion>
<groupId>it.unimi.di</groupId>
<artifactId>mg4j-big</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment