Skip to content

Commit 4a52abb

Browse files
committed
Replace Java EE 8 dependencies with Jakarta EE 9.
Resolves spring-projectsgh-539.
1 parent 30fcc02 commit 4a52abb

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Diff for: spring-data-geode/pom.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -162,22 +162,22 @@
162162
</dependency>
163163

164164
<dependency>
165-
<groupId>javax.interceptor</groupId>
166-
<artifactId>javax.interceptor-api</artifactId>
167-
<version>1.2.2</version>
165+
<groupId>jakarta.interceptor</groupId>
166+
<artifactId>jakarta.interceptor-api</artifactId>
167+
<version>2.0.0</version>
168168
<scope>test</scope>
169169
</dependency>
170170

171171
<dependency>
172-
<groupId>javax.el</groupId>
173-
<artifactId>el-api</artifactId>
174-
<version>2.2</version>
172+
<groupId>jakarta.el</groupId>
173+
<artifactId>jakarta.el-api</artifactId>
174+
<version>4.0.0</version>
175175
<scope>test</scope>
176176
</dependency>
177177

178178
<dependency>
179-
<groupId>javax.enterprise</groupId>
180-
<artifactId>cdi-api</artifactId>
179+
<groupId>jakarta.enterprise</groupId>
180+
<artifactId>jakarta.enterprise.cdi-api</artifactId>
181181
<version>${cdi}</version>
182182
<optional>true</optional>
183183
<scope>provided</scope>
@@ -190,9 +190,9 @@
190190
</dependency>
191191

192192
<dependency>
193-
<groupId>javax.annotation</groupId>
194-
<artifactId>javax.annotation-api</artifactId>
195-
<version>${javax-annotation-api}</version>
193+
<groupId>jakarta.annotation</groupId>
194+
<artifactId>jakarta.annotation-api</artifactId>
195+
<version>${jakarta-annotation-api}</version>
196196
<scope>test</scope>
197197
</dependency>
198198

0 commit comments

Comments
 (0)