SEC-998: Enabled bundlor in core

This commit is contained in:
Luke Taylor 2009-04-22 13:00:14 +00:00
parent 21e36e0a57
commit 2e3189cf83
1 changed files with 9 additions and 0 deletions

View File

@ -119,5 +119,14 @@
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>com.springsource.bundlor</groupId>
<artifactId>com.springsource.bundlor.maven</artifactId>
</plugin>
</plugins>
</build>
</project> </project>