瀏覽代碼

Disable bundlor in cas client as it seems to be breaking nightly build.

Luke Taylor 16 年之前
父節點
當前提交
1df1d58ed7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      cas/pom.xml

+ 2 - 2
cas/pom.xml

@@ -51,7 +51,7 @@
             <optional>true</optional>
         </dependency>
     </dependencies>
-
+<!--
     <build>
         <plugins>
             <plugin>
@@ -60,5 +60,5 @@
             </plugin>
         </plugins>
     </build>
-
+ -->
 </project>