mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 01:18:27 +08:00
javax.servlet compileOnly remove
javax.servlet-api
This commit is contained in:
parent
50356b6892
commit
c47e5f2009
@ -124,10 +124,9 @@ subprojects {
|
|||||||
//for Test and Compile
|
//for Test and Compile
|
||||||
testImplementation 'junit:junit:4.11'
|
testImplementation 'junit:junit:4.11'
|
||||||
compileOnly 'junit:junit:4.11'
|
compileOnly 'junit:junit:4.11'
|
||||||
testImplementation group: 'javax.servlet', name: 'javax.servlet-api', version: '3.0.1'
|
|
||||||
compileOnly group: 'javax.servlet', name: 'javax.servlet-api', version: '3.0.1'
|
|
||||||
testImplementation group: 'org.mockito', name: 'mockito-all', version: '1.10.19'
|
testImplementation group: 'org.mockito', name: 'mockito-all', version: '1.10.19'
|
||||||
testImplementation group: 'xmlunit', name: 'xmlunit', version: '1.6'
|
testImplementation group: 'xmlunit', name: 'xmlunit', version: '1.6'
|
||||||
|
|
||||||
//apache
|
//apache
|
||||||
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.3'
|
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.3'
|
||||||
implementation group: 'commons-codec', name: 'commons-codec', version: '1.15'
|
implementation group: 'commons-codec', name: 'commons-codec', version: '1.15'
|
||||||
|
|||||||
@ -123,8 +123,6 @@ subprojects {
|
|||||||
//for Test and Compile
|
//for Test and Compile
|
||||||
testImplementation 'junit:junit:4.11'
|
testImplementation 'junit:junit:4.11'
|
||||||
compileOnly 'junit:junit:4.11'
|
compileOnly 'junit:junit:4.11'
|
||||||
testImplementation group: 'javax.servlet', name: 'javax.servlet-api', version: '3.0.1'
|
|
||||||
compileOnly group: 'javax.servlet', name: 'javax.servlet-api', version: '3.0.1'
|
|
||||||
testImplementation group: 'org.mockito', name: 'mockito-all', version: '1.10.19'
|
testImplementation group: 'org.mockito', name: 'mockito-all', version: '1.10.19'
|
||||||
testImplementation group: 'xmlunit', name: 'xmlunit', version: '1.6'
|
testImplementation group: 'xmlunit', name: 'xmlunit', version: '1.6'
|
||||||
//apache
|
//apache
|
||||||
|
|||||||
@ -123,8 +123,6 @@ subprojects {
|
|||||||
//for Test and Compile
|
//for Test and Compile
|
||||||
testImplementation 'junit:junit:4.11'
|
testImplementation 'junit:junit:4.11'
|
||||||
compileOnly 'junit:junit:4.11'
|
compileOnly 'junit:junit:4.11'
|
||||||
testImplementation group: 'javax.servlet', name: 'javax.servlet-api', version: '3.0.1'
|
|
||||||
compileOnly group: 'javax.servlet', name: 'javax.servlet-api', version: '3.0.1'
|
|
||||||
testImplementation group: 'org.mockito', name: 'mockito-all', version: '1.10.19'
|
testImplementation group: 'org.mockito', name: 'mockito-all', version: '1.10.19'
|
||||||
testImplementation group: 'xmlunit', name: 'xmlunit', version: '1.6'
|
testImplementation group: 'xmlunit', name: 'xmlunit', version: '1.6'
|
||||||
//apache
|
//apache
|
||||||
|
|||||||
@ -124,8 +124,6 @@ subprojects {
|
|||||||
//for Test and Compile
|
//for Test and Compile
|
||||||
testImplementation 'junit:junit:4.11'
|
testImplementation 'junit:junit:4.11'
|
||||||
compileOnly 'junit:junit:4.11'
|
compileOnly 'junit:junit:4.11'
|
||||||
testImplementation group: 'javax.servlet', name: 'javax.servlet-api', version: '3.0.1'
|
|
||||||
compileOnly group: 'javax.servlet', name: 'javax.servlet-api', version: '3.0.1'
|
|
||||||
testImplementation group: 'org.mockito', name: 'mockito-all', version: '1.10.19'
|
testImplementation group: 'org.mockito', name: 'mockito-all', version: '1.10.19'
|
||||||
testImplementation group: 'xmlunit', name: 'xmlunit', version: '1.6'
|
testImplementation group: 'xmlunit', name: 'xmlunit', version: '1.6'
|
||||||
//apache
|
//apache
|
||||||
|
|||||||
@ -26,7 +26,7 @@ spring.servlet.multipart.max-file-size=4194304
|
|||||||
############################################################################
|
############################################################################
|
||||||
#ssl configuration #
|
#ssl configuration #
|
||||||
############################################################################
|
############################################################################
|
||||||
server.ssl.key-store=maxkeyserver.keystore
|
server.ssl.key-store=classpath:maxkeyserver.keystore
|
||||||
server.ssl.key-alias=maxkey
|
server.ssl.key-alias=maxkey
|
||||||
server.ssl.enabled=true
|
server.ssl.enabled=true
|
||||||
server.ssl.key-store-password=maxkey
|
server.ssl.key-store-password=maxkey
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user