Fix cycle in repository dao pkg

This commit is contained in:
dsyer
2008-10-17 15:09:11 +00:00
parent a77b200c40
commit 0d8ccf2f40
3 changed files with 2 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.batch.core.repository.support;
package org.springframework.batch.core.repository.dao;
import java.util.Map;

View File

@@ -27,8 +27,6 @@ import java.util.List;
import org.springframework.batch.core.JobExecution;
import org.springframework.batch.core.StepExecution;
import org.springframework.batch.core.repository.support.ExecutionContextStringSerializer;
import org.springframework.batch.core.repository.support.XStreamExecutionContextStringSerializer;
import org.springframework.batch.item.ExecutionContext;
import org.springframework.jdbc.core.simple.ParameterizedRowMapper;
import org.springframework.jdbc.core.PreparedStatementSetter;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.batch.core.repository.support;
package org.springframework.batch.core.repository.dao;
import com.thoughtworks.xstream.converters.reflection.ReflectionProvider;
import com.thoughtworks.xstream.io.HierarchicalStreamDriver;