BATCH-1685: fix broken dependeny on spring-oxm
This commit is contained in:
@@ -40,8 +40,8 @@ import org.springframework.util.ClassUtils;
|
||||
*
|
||||
* @author Josh Long
|
||||
*
|
||||
* @see org.springframework.xml.transform.StaxSource
|
||||
*/
|
||||
@SuppressWarnings("restriction")
|
||||
public abstract class StaxUtils {
|
||||
|
||||
private static final Log logger = LogFactory.getLog(StaxUtils.class);
|
||||
|
||||
@@ -7,7 +7,7 @@ import org.springframework.jdbc.core.JdbcTemplate;
|
||||
/**
|
||||
* <p>
|
||||
* Util class based off {@link org.springframework.test.jdbc.SimpleJdbcTestUtils} but for JdbcTemplate
|
||||
* rather than the deprecated {@link org.springframework.jdbc.core.simple.SimpleJdbcTemplate}.
|
||||
* rather than the deprecated SimpleJdbcTemplate.
|
||||
*
|
||||
* This class should be removed when Batch uses Spring 3.2 - see:
|
||||
* https://jira.springsource.org/browse/SPR-9235
|
||||
|
||||
Reference in New Issue
Block a user