BATCH-1303: add jsr-250 to tiger profile
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user