|
|
|
@ -9,7 +9,6 @@ plugins {
|
|
|
|
|
// 模块参数 |
|
|
|
|
ext { |
|
|
|
|
frVersion = "" |
|
|
|
|
cbbVersion = "" |
|
|
|
|
outputPath = "build" |
|
|
|
|
ignoreTestFailureSetting = true |
|
|
|
|
languageLevelSetting = 1.8 |
|
|
|
@ -76,8 +75,6 @@ allprojects {
|
|
|
|
|
implementation 'org.apache.tomcat:tomcat-catalina:8.5.72' |
|
|
|
|
implementation 'org.apache.tomcat:tomcat-websocket:8.5.72' |
|
|
|
|
implementation 'io.socket:socket.io-client:0.7.0' |
|
|
|
|
implementation 'com.fr.essential:fine-essential:' + cbbVersion |
|
|
|
|
implementation 'com.fr.cbb:fine-universal-skeleton:' + cbbVersion |
|
|
|
|
implementation 'com.fr.third:fine-third:' + frVersion |
|
|
|
|
implementation 'com.fr.core:fine-core:' + frDevVersion |
|
|
|
|
implementation 'com.fr.activator:fine-activator:' + frVersion |
|
|
|
|