mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-27 01:11:52 +08:00
feat: support bypassJdkModule and Jakarta
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
plugins {
|
||||
id 'war'
|
||||
}
|
||||
|
||||
group = 'com.reajason.javaweb.vul'
|
||||
version = ''
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'commons-fileupload:commons-fileupload:1.5'
|
||||
providedCompile 'jakarta.servlet:jakarta.servlet-api:5.0.0'
|
||||
}
|
||||
Reference in New Issue
Block a user