File tree 9 files changed +26
-22
lines changed
9 files changed +26
-22
lines changed Original file line number Diff line number Diff line change 13
13
<classpathentry exported =" true" kind =" lib" path =" lib/tomcat/tomcat-api.jar" sourcepath =" libsrc/tomcat/apache-tomcat-7.0.12-src.zip" />
14
14
<classpathentry exported =" true" kind =" lib" path =" lib/commons-logging.jar" sourcepath =" libsrc/commons-logging-1.2-src.zip" />
15
15
<classpathentry exported =" true" kind =" lib" path =" lib/junit-4.13.1.jar" sourcepath =" libsrc/junit-4.13.1-sources.jar" />
16
- <classpathentry exported =" true" kind =" lib" path =" lib/javax .servlet. jar" sourcepath =" libsrc/tomcat/apache-tomcat-7 .0.12-src.zip " />
16
+ <classpathentry exported =" true" kind =" lib" path =" lib/jakarta .servlet-api-4.0.4. jar" sourcepath =" libsrc/jakarta.servlet-api-4 .0.4-sources.jar " />
17
17
<classpathentry exported =" true" kind =" lib" path =" lib/AppleJavaExtensions.jar" />
18
18
<classpathentry exported =" true" kind =" lib" path =" lib/jflex-full-1.8.2.jar" sourcepath =" libsrc/jflex-1.8.2.zip" />
19
19
<classpathentry exported =" true" kind =" lib" path =" lib/xom-1.3.9.jar" sourcepath =" libsrc/xom-1.3.9-sources.jar" />
Original file line number Diff line number Diff line change 77
77
<version >7.5.0</version >
78
78
</dependency >
79
79
80
+ <!-- https://mvnrepository.com/artifact/jakarta.servlet/jakarta.servlet-api -->
80
81
<dependency >
81
- <groupId >javax .servlet</groupId >
82
- <artifactId >javax .servlet-api</artifactId >
83
- <version >3 .0.1 </version >
82
+ <groupId >jakarta .servlet</groupId >
83
+ <artifactId >jakarta .servlet-api</artifactId >
84
+ <version >4 .0.4 </version >
84
85
</dependency >
85
86
86
87
<dependency >
Original file line number Diff line number Diff line change @@ -338,19 +338,19 @@ LAST UPDATE: 2020-11-04
338
338
LAST UPDATE BY: John Bauer
339
339
340
340
-----------------------------------------------------------------
341
- javax .servlet.jar
342
- ORIGINAL JAR NAME: servlet-api.jar
343
- VERSION: 3.0
344
- RELEASE DATE: ?
345
- SOURCE AVAILABLE: Yes. In: libsrc/tomcat/apache-tomcat-7 .0.12-src.zip
346
- DESCRIPTION: Used by Tomcat and servlets. Originally part of Java EE 6.
347
- URL: ?
341
+ jakarta .servlet-api-4.0.4 .jar
342
+ ORIGINAL JAR NAME: jakarta. servlet-api-4.0.4 .jar
343
+ VERSION: 4.0.4
344
+ RELEASE DATE: 2020
345
+ SOURCE AVAILABLE: Yes. In: libsrc/jakarta.servlet-api-4 .0.4-sources.jar
346
+ DESCRIPTION: Used by servlets. Replaces javax.servlet.jar
347
+ URL: https://central.sonatype.com/artifact/jakarta.servlet/jakarta.servlet-api/4.0.4/versions
348
348
349
349
USED BY: Our servlets
350
350
Not needed by CoreNLP distributions
351
351
352
- LAST UPDATE: 2013
353
- LAST UPDATE BY: Spence Green
352
+ LAST UPDATE: 2023
353
+ LAST UPDATE BY: John Bauer
354
354
355
355
-----------------------------------------------------------------
356
356
protobuf.jar
Original file line number Diff line number Diff line change 75
75
<version >7.5.0</version >
76
76
</dependency >
77
77
78
+ <!-- https://mvnrepository.com/artifact/jakarta.servlet/jakarta.servlet-api -->
78
79
<dependency >
79
- <groupId >javax .servlet</groupId >
80
- <artifactId >javax .servlet-api</artifactId >
81
- <version >3 .0.1 </version >
80
+ <groupId >jakarta .servlet</groupId >
81
+ <artifactId >jakarta .servlet-api</artifactId >
82
+ <version >4 .0.4 </version >
82
83
</dependency >
83
84
84
85
<dependency >
Original file line number Diff line number Diff line change 75
75
<version >7.5.0</version >
76
76
</dependency >
77
77
78
+ <!-- https://mvnrepository.com/artifact/jakarta.servlet/jakarta.servlet-api -->
78
79
<dependency >
79
- <groupId >javax .servlet</groupId >
80
- <artifactId >javax .servlet-api</artifactId >
81
- <version >3 .0.1 </version >
80
+ <groupId >jakarta .servlet</groupId >
81
+ <artifactId >jakarta .servlet-api</artifactId >
82
+ <version >4 .0.4 </version >
82
83
</dependency >
83
84
84
85
<dependency >
Original file line number Diff line number Diff line change 77
77
<version >7.5.0</version >
78
78
</dependency >
79
79
80
+ <!-- https://mvnrepository.com/artifact/jakarta.servlet/jakarta.servlet-api -->
80
81
<dependency >
81
- <groupId >javax .servlet</groupId >
82
- <artifactId >javax .servlet-api</artifactId >
83
- <version >3 .0.1 </version >
82
+ <groupId >jakarta .servlet</groupId >
83
+ <artifactId >jakarta .servlet-api</artifactId >
84
+ <version >4 .0.4 </version >
84
85
</dependency >
85
86
86
87
<dependency >
You can’t perform that action at this time.
0 commit comments