From a19b2111f0b0efb59ab59d70fcafd248c50249dc Mon Sep 17 00:00:00 2001 From: trisberg Date: Fri, 21 Nov 2008 01:38:06 +0000 Subject: [PATCH] BATCH-282: added Java Common Annotations API 1.0.0 dependency required for Java 1.5 environment --- pom.xml | 5 +++++ spring-batch-core/pom.xml | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index c521e9fc2..e41bb4169 100644 --- a/pom.xml +++ b/pom.xml @@ -460,6 +460,11 @@ 1.1.0 true + + javax.annotation + com.springsource.javax.annotation + 1.0.0 + org.hibernate com.springsource.org.hibernate diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml index 67786ca9b..9a990f7c2 100644 --- a/spring-batch-core/pom.xml +++ b/spring-batch-core/pom.xml @@ -110,6 +110,10 @@ org.springframework org.springframework.expression + + javax.annotation + com.springsource.javax.annotation +