Browse Source

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

Luke Taylor 16 years ago
parent
commit
1df1d58ed7
1 changed files with 2 additions and 2 deletions
  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>