BATCH-1303: add jsr-250 to tiger profile

This commit is contained in:
dsyer
2009-06-22 08:11:20 +00:00
parent b4ed07607b
commit 4d7ee940d9
2 changed files with 11 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
<artifactId>spring-batch-core-tests</artifactId>
<packaging>jar</packaging>
<name>Tests for Spring Batch Core against Spring 3.0</name>
<parent>
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.0.2.CI-SNAPSHOT</version>
@@ -30,7 +30,10 @@
<dependency>
<groupId>stax</groupId>
<artifactId>stax</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
</dependency>
</dependencies>
</profile>