AMQ-4252: OSGi JARs in activemq-spring is provided and optional.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1433835 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Claus Ibsen 2013-01-16 06:47:08 +00:00
parent 7011ea5b13
commit a0f785a758
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
-->
<shutdownHooks>
<bean xmlns="http://www.springframework.org/schema/beans" id="hook" class="org.apache.activemq.hooks.SpringOsgiContextHook" />
<bean xmlns="http://www.springframework.org/schema/beans" id="hook" class="org.apache.activemq.hooks.osgi.SpringOsgiContextHook" />
</shutdownHooks>
<!-- The transport connectors ActiveMQ will listen to -->