Skip to content

Commit

Permalink
removed 30MB of unused dependencies from admin gui, hopefully not bre…
Browse files Browse the repository at this point in the history
…aking web app.
  • Loading branch information
1azyman committed Jul 1, 2014
1 parent d9c090e commit 1da8102
Showing 1 changed file with 37 additions and 11 deletions.
48 changes: 37 additions & 11 deletions gui/admin-gui/pom.xml
Expand Up @@ -124,7 +124,7 @@
<groupId>org.webjars</groupId>
<artifactId>webjars-locator</artifactId>
<version>0.15</version>
</dependency>
</dependency>
<dependency>
<groupId>ro.isdc.wro4j</groupId>
<artifactId>wro4j-extensions</artifactId>
Expand All @@ -141,7 +141,7 @@
<exclusion>
<!-- unused library (13mb) -->
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<artifactId>jruby-core</artifactId>
</exclusion>
<exclusion>
<!-- unused library (500kb) -->
Expand All @@ -158,13 +158,43 @@
<groupId>com.google.javascript</groupId>
<artifactId>closure-compiler</artifactId>
</exclusion>
<exclusion>
<!-- unused library -->
<groupId>org.webjars</groupId>
<artifactId>coffee-script</artifactId>
</exclusion>
<exclusion>
<!-- unused library -->
<groupId>org.codehaus.gmaven.runtime</groupId>
<artifactId>gmaven-runtime-1.7</artifactId>
</exclusion>
<exclusion>
<!-- unused library -->
<groupId>com.github.lltyk</groupId>
<artifactId>dojo-shrinksafe</artifactId>
</exclusion>
<exclusion>
<!-- unused library -->
<groupId>org.webjars</groupId>
<artifactId>emberjs</artifactId>
</exclusion>
<exclusion>
<!-- unused library -->
<groupId>org.webjars</groupId>
<artifactId>handlebars</artifactId>
</exclusion>
<exclusion>
<!-- unused library -->
<groupId>org.webjars</groupId>
<artifactId>json2</artifactId>
</exclusion>
<exclusion>
<!-- unused library -->
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7R4</version>
</dependency>

<!-- MIDPOINT LOCALIZATION -->
<dependency>
Expand Down Expand Up @@ -349,10 +379,6 @@
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-atmosphere</artifactId>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-devutils</artifactId>
Expand Down

0 comments on commit 1da8102

Please sign in to comment.