Skip to content

Commit 4242b32

Browse files
author
David Syer
committed
Update spring-context dependencies in pom
1 parent 7ec9292 commit 4242b32

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

org.springframework.context/pom.xml

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
43
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
54
<modelVersion>4.0.0</modelVersion>
6-
<groupId>org.springframework</groupId>
75
<artifactId>spring-context</artifactId>
86
<packaging>jar</packaging>
9-
<version>3.1.0.BUILD-SNAPSHOT</version>
107
<parent>
118
<groupId>org.springframework</groupId>
129
<artifactId>spring-parent</artifactId>
@@ -28,9 +25,15 @@
2825
<optional>true</optional>
2926
</dependency>
3027
<dependency>
31-
<groupId>javax.ejb</groupId>
32-
<artifactId>com.springsource.javax.ejb</artifactId>
33-
<version>3.0.0</version>
28+
<groupId>org.apache.geronimo.specs</groupId>
29+
<artifactId>geronimo-ejb_3.0_spec</artifactId>
30+
<version>1.0.1</version>
31+
<optional>true</optional>
32+
</dependency>
33+
<dependency>
34+
<groupId>org.apache.geronimo.specs</groupId>
35+
<artifactId>geronimo-interceptor_3.0_spec</artifactId>
36+
<version>1.0.1</version>
3437
<optional>true</optional>
3538
</dependency>
3639
<dependency>
@@ -41,8 +44,8 @@
4144
</dependency>
4245
<dependency>
4346
<groupId>javax.inject</groupId>
44-
<artifactId>com.springsource.org.atinject.tck</artifactId>
45-
<version>1.0.0</version>
47+
<artifactId>javax.inject-tck</artifactId>
48+
<version>1</version>
4649
<scope>test</scope>
4750
</dependency>
4851
<dependency>
@@ -160,12 +163,12 @@
160163
<version>1.1</version>
161164
<optional>true</optional>
162165
</dependency>
163-
<dependency>
164-
<groupId>net.sf.ehcache</groupId>
165-
<artifactId>ehcache</artifactId>
166-
<version>1.6.2</version>
167-
<optional>true</optional>
168-
</dependency>
166+
<dependency>
167+
<groupId>net.sf.ehcache</groupId>
168+
<artifactId>ehcache-core</artifactId>
169+
<version>2.0.0</version>
170+
<optional>true</optional>
171+
</dependency>
169172
<dependency>
170173
<groupId>javax.xml</groupId>
171174
<artifactId>jaxrpc-api</artifactId>

org.springframework.jms/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>org.springframework</groupId>
54
<artifactId>spring-jms</artifactId>
65
<packaging>jar</packaging>
7-
<version>3.1.0.BUILD-SNAPSHOT</version>
86
<parent>
97
<groupId>org.springframework</groupId>
108
<artifactId>spring-parent</artifactId>

0 commit comments

Comments
 (0)