INT-1527 updated test config for MetadataStore moves

This commit is contained in:
Mark Fisher
2010-10-27 14:09:54 -04:00
committed by Chris Beams
parent f5f1ad0bcd
commit f3fc86395f

View File

@@ -21,6 +21,6 @@
<bean id="fileUrlFeedFetcher" class="org.springframework.integration.feed.FileUrlFeedFetcher"/>
<bean id="metadataStore" class="org.springframework.integration.context.metadata.PropertiesPersistingMetadataStore"/>
<bean id="metadataStore" class="org.springframework.integration.store.PropertiesPersistingMetadataStore"/>
</beans>