瀏覽代碼

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

reyez 11 年之前
父節點
當前提交
67c6c6234b
共有 1 個文件被更改,包括 4 次插入0 次删除
  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>