File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 4747
4848 <jersey .version>2.28</jersey .version>
4949 <jackson .version>2.9.8</jackson .version>
50- <javaServlet .version>4.0.1</javaServlet .version>
50+ <servlet .version>4.0.2</servlet .version>
51+ <activation .version>1.2.1</activation .version>
5152
5253 <junit .version>4.12</junit .version>
5354 <mockito .version>2.27.0</mockito .version>
356357
357358 <!-- javax.activation is present for Java 9+ compatibility -->
358359 <dependency >
359- <groupId >com.sun .activation</groupId >
360- <artifactId >javax .activation</artifactId >
361- <version >1.2.0 </version >
360+ <groupId >jakarta .activation</groupId >
361+ <artifactId >jakarta .activation-api </artifactId >
362+ <version >${activation.version} </version >
362363 </dependency >
363364
364365 <dependency >
387388 <version >${jersey.version} </version >
388389 </dependency >
389390 <dependency >
390- <groupId >javax .servlet</groupId >
391- <artifactId >javax .servlet-api</artifactId >
392- <version >${javaServlet .version} </version >
391+ <groupId >jakarta .servlet</groupId >
392+ <artifactId >jakarta .servlet-api</artifactId >
393+ <version >${servlet .version} </version >
393394 </dependency >
394395
395396 <dependency >
You can’t perform that action at this time.
0 commit comments