1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Enabled bundlor in OpenID and CAS

This commit is contained in:
Luke Taylor
2009-10-11 20:17:18 +00:00
parent 7fd03409fc
commit 4dc231b3bc
2 changed files with 8 additions and 2 deletions
-2
View File
@@ -51,7 +51,6 @@
<optional>true</optional>
</dependency>
</dependencies>
<!--
<build>
<plugins>
<plugin>
@@ -60,5 +59,4 @@
</plugin>
</plugins>
</build>
-->
</project>
+8
View File
@@ -54,5 +54,13 @@
</exclusions>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.springsource.bundlor</groupId>
<artifactId>com.springsource.bundlor.maven</artifactId>
</plugin>
</plugins>
</build>
</project>