diff --git a/spring-batch-core/src/test/java/org/springframework/batch/core/scope/StepScopeIntegrationTests.java b/spring-batch-core/src/test/java/org/springframework/batch/core/scope/StepScopeIntegrationTests.java
index 30468194a..196953fa5 100644
--- a/spring-batch-core/src/test/java/org/springframework/batch/core/scope/StepScopeIntegrationTests.java
+++ b/spring-batch-core/src/test/java/org/springframework/batch/core/scope/StepScopeIntegrationTests.java
@@ -80,6 +80,7 @@ public class StepScopeIntegrationTests {
String parent = (String) TestStep.getContext().getAttribute("parent");
assertNotNull(parent);
assertEquals("bar", parent);
+ System.out.println(TestStep.getContext().getAttribute("parent.class"));
assertTrue("Scoped proxy not created", ((String) TestStep.getContext().getAttribute("parent.class"))
.matches(PROXY_TO_STRING_REGEX));
}
diff --git a/spring-batch-parent/pom.xml b/spring-batch-parent/pom.xml
index c984fbfbc..d68929fe5 100644
--- a/spring-batch-parent/pom.xml
+++ b/spring-batch-parent/pom.xml
@@ -273,21 +273,21 @@
1.6
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ com.springsource.bundlor
+ com.springsource.bundlor.maven
+ ${bundlor.version}
+ true
+
+
+ bundlor-transform
+ compile
+
+ bundlor
+
+
+
+
org.apache.maven.plugins
maven-surefire-plugin
@@ -715,7 +715,7 @@
org.springframework.data
spring-data-neo4j
- 2.1.0.RELEASE
+ 2.2.0.RELEASE
true
diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml
index 41e050dd2..20f53e65e 100644
--- a/spring-batch-samples/pom.xml
+++ b/spring-batch-samples/pom.xml
@@ -232,7 +232,7 @@
org.springframework.data
- spring-data-commons-core
+ spring-data-commons
true