INT-1527 updated test config for MetadataStore moves

This commit is contained in:
Mark Fisher
2010-10-27 14:09:54 -04:00
parent ab75fcabf9
commit f43daad7a9

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>