diff --git a/build.properties b/build.properties
index e3173ada9..d049927fa 100644
--- a/build.properties
+++ b/build.properties
@@ -1,4 +1,4 @@
-version=2.0.1
+version=2.0.3
integration.repo.dir=${basedir}/../integration-repo
ivy.cache.dir=${basedir}/../ivy-cache
diff --git a/pom.xml b/pom.xml
index 272adb76f..ac87ebbd6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -503,12 +503,5 @@
SpringSource Enterprise Bundle Repository - SpringSource Bundle Snapshots
http://repository.springsource.com/maven/bundles/snapshot
-
- agilejava
- http://agilejava.com/maven
-
- false
-
-
diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml
index 36732a1e0..491dba0b7 100644
--- a/spring-batch-core/pom.xml
+++ b/spring-batch-core/pom.xml
@@ -60,10 +60,12 @@
org.aspectj
aspectjrt
+ true
org.aspectj
aspectjweaver
+ true
cglib
diff --git a/spring-batch-test/pom.xml b/spring-batch-test/pom.xml
index 4efc5a06f..05d3b0f0e 100755
--- a/spring-batch-test/pom.xml
+++ b/spring-batch-test/pom.xml
@@ -31,6 +31,11 @@
spring-batch-core
${project.version}
+
+ org.aspectj
+ aspectjrt
+ true
+
junit
junit