Update ejb and javax.resource deps in tx pom
This commit is contained in:
parent
36c1813828
commit
5946e66586
|
|
@ -23,14 +23,14 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.ejb</groupId>
|
||||
<artifactId>ejb-api</artifactId>
|
||||
<version>3.0</version>
|
||||
<artifactId>com.springsource.javax.ejb</artifactId>
|
||||
<version>3.0.0</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.resource</groupId>
|
||||
<artifactId>connector-api</artifactId>
|
||||
<version>1.5</version>
|
||||
<artifactId>com.springsource.javax.resource</artifactId>
|
||||
<version>1.5.0</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
|||
Loading…
Reference in New Issue