Upgraded to Spring Integration 5

This commit is contained in:
Michael Minella
2016-10-18 12:56:46 -05:00
parent eb2f752b16
commit 32f723ba34
6 changed files with 30 additions and 36 deletions

View File

@@ -18,7 +18,7 @@ package org.springframework.batch.integration.chunk;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.messaging.handler.annotation.Header;
import org.springframework.integration.jms.JmsHeaders;
import org.springframework.jms.support.JmsHeaders;
/**
* @author Dave Syer