Update third-party java components to their recent versions
Acked-by: Timo Stark <t.stark@nginx.com> [ Remove trailing '.' from subject line - Andrew ] Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
This commit is contained in:
committed by
Andrew Clayton
parent
d54af163c4
commit
2f3c7c2c07
@@ -53,7 +53,7 @@ class ApplicationJava(ApplicationProto):
|
||||
os.makedirs(classes_path)
|
||||
|
||||
classpath = (
|
||||
f'{option.current_dir}/build/tomcat-servlet-api-9.0.83.jar'
|
||||
f'{option.current_dir}/build/tomcat-servlet-api-9.0.86.jar'
|
||||
)
|
||||
|
||||
ws_jars = glob.glob(
|
||||
|
||||
Reference in New Issue
Block a user