Skip to content

Commit c249306

Browse files
committed
Bump APIs/dependencies compiled against to modern Maven artifact locations
Uses latest versions that can be compiled and tested against right now. Signed-off-by: Chad Wilson <[email protected]>
1 parent 98bd4ec commit c249306

File tree

1 file changed

+13
-20
lines changed

1 file changed

+13
-20
lines changed

pom.xml

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -97,29 +97,22 @@
9797
<version>${jruby.version}</version>
9898
<scope>provided</scope>
9999
</dependency>
100-
<!-- JavaEE 6 APIs -->
101100
<dependency>
102-
<groupId>org.apache.geronimo.specs</groupId>
103-
<artifactId>geronimo-servlet_3.0_spec</artifactId>
104-
<version>1.0</version>
101+
<groupId>javax.servlet</groupId>
102+
<artifactId>javax.servlet-api</artifactId>
103+
<version>3.0.1</version>
105104
<scope>provided</scope>
106105
</dependency>
107106
<dependency>
108-
<groupId>org.apache.geronimo.specs</groupId>
109-
<artifactId>geronimo-jsp_2.2_spec</artifactId>
110-
<version>1.2</version>
107+
<groupId>jakarta.servlet.jsp</groupId>
108+
<artifactId>jakarta.servlet.jsp-api</artifactId>
109+
<version>2.3.6</version>
111110
<scope>provided</scope>
112111
</dependency>
113112
<dependency>
114-
<groupId>org.apache.geronimo.specs</groupId>
115-
<artifactId>geronimo-el_2.2_spec</artifactId>
116-
<version>1.0.4</version>
117-
<scope>provided</scope>
118-
</dependency>
119-
<dependency>
120-
<groupId>org.apache.geronimo.specs</groupId>
121-
<artifactId>geronimo-jms_1.1_spec</artifactId>
122-
<version>1.1.1</version>
113+
<groupId>jakarta.jms</groupId>
114+
<artifactId>jakarta.jms-api</artifactId>
115+
<version>2.0.3</version>
123116
<scope>provided</scope>
124117
</dependency>
125118
<dependency>
@@ -143,13 +136,13 @@
143136
<dependency>
144137
<groupId>org.springframework</groupId>
145138
<artifactId>spring-core</artifactId>
146-
<version>3.2.10.RELEASE</version>
139+
<version>3.2.18.RELEASE</version>
147140
<scope>test</scope>
148141
</dependency>
149142
<dependency>
150-
<groupId>javax.activation</groupId>
151-
<artifactId>activation</artifactId>
152-
<version>1.1</version>
143+
<groupId>jakarta.el</groupId>
144+
<artifactId>jakarta.el-api</artifactId>
145+
<version>3.0.3</version>
153146
<scope>test</scope>
154147
</dependency>
155148
</dependencies>

0 commit comments

Comments
 (0)