Browse Source

Fix in response to https://github.com/TechEmpower/FrameworkBenchmarks/pull/688#issuecomment-32315835

reyez 11 years ago
parent
commit
67c6c6234b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      ninja-resin/pom.xml

+ 4 - 0
ninja-resin/pom.xml

@@ -87,6 +87,10 @@
                 <version>2.4</version>
                 <configuration>
                     <warName>ninja</warName>
+                    <!-- Because seomhow in Techempower's platform the nasty
+                         guava default version still gets included we exlude
+                         it by force in the war file -->
+                    <packagingExcludes>WEB-INF/lib/guava-15.0.jar</packagingExcludes>
                 </configuration>
             </plugin>