Browse Source

SEC-998: Bundlor enabled in cas

Luke Taylor 16 years ago
parent
commit
9b6b92b3cd
1 changed files with 9 additions and 0 deletions
  1. 9 0
      cas/pom.xml

+ 9 - 0
cas/pom.xml

@@ -52,4 +52,13 @@
         </dependency>
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>com.springsource.bundlor</groupId>
+                <artifactId>com.springsource.bundlor.maven</artifactId>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>