Add basic JSR-352 configuration samples

* Inline class references
* batch.xml references
* Spring bean references
This commit is contained in:
Chris Schaefer
2014-04-16 17:54:30 -04:00
parent 9d17a3d088
commit ab293b57fb
13 changed files with 438 additions and 1 deletions

View File

@@ -219,6 +219,11 @@
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
</dependency>
</dependencies>
<build>
<plugins>