SpringJUnit4ClassRunnerAppCtxTests now verifies seamless support for using @Inject in addition to @Autowired, etc.

This commit is contained in:
Sam Brannen
2009-10-05 22:08:01 +00:00
parent 0a843e60a6
commit 710ae3a9d2
5 changed files with 30 additions and 10 deletions

View File

@@ -25,6 +25,12 @@
<version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>com.springsource.javax.inject</artifactId>
<version>0.9.0.PFD</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>