From 4d7ee940d91e6e1e3cfa34f84187e3489b2afe71 Mon Sep 17 00:00:00 2001 From: dsyer Date: Mon, 22 Jun 2009 08:11:20 +0000 Subject: [PATCH] BATCH-1303: add jsr-250 to tiger profile --- spring-batch-core-tests/pom.xml | 7 +++++-- spring-batch-core/pom.xml | 11 ++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/spring-batch-core-tests/pom.xml b/spring-batch-core-tests/pom.xml index d17480d94..1adfca9cd 100644 --- a/spring-batch-core-tests/pom.xml +++ b/spring-batch-core-tests/pom.xml @@ -5,7 +5,7 @@ spring-batch-core-tests jar Tests for Spring Batch Core against Spring 3.0 - + org.springframework.batch spring-batch-parent 2.0.2.CI-SNAPSHOT @@ -30,7 +30,10 @@ stax stax - 1.2.0 + + + javax.annotation + jsr250-api diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml index a8f27f613..11f23f124 100644 --- a/spring-batch-core/pom.xml +++ b/spring-batch-core/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 spring-batch-core jar @@ -22,6 +23,10 @@ stax stax + + javax.annotation + jsr250-api + @@ -114,10 +119,6 @@ org.springframework spring-tx - - javax.annotation - jsr250-api - log4j log4j