build: recover building bbb-demo
This commit is contained in:
parent
33a2dd566c
commit
bd89c1c081
@ -18,12 +18,11 @@ war {
|
||||
version = ''
|
||||
}
|
||||
dependencies {
|
||||
|
||||
compile group: 'commons-codec', name: 'commons-codec', version: '1.4'
|
||||
compile group: 'commons-fileupload', name: 'commons-fileupload', version: '1.2'
|
||||
compile group: 'commons-io', name: 'commons-io', version: '2.0'
|
||||
compile group: 'commons-httpclient', name: 'commons-httpclient', version: '3.1'
|
||||
compile group: 'commons-lang', name: 'commons-lang', version: '2.5'
|
||||
compile 'com.google.code.gson:gson:2.2.2'
|
||||
compile 'org.expressme:JOpenId:1.08'
|
||||
implementation group: 'commons-codec', name: 'commons-codec', version: '1.4'
|
||||
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.2'
|
||||
implementation group: 'commons-io', name: 'commons-io', version: '2.0'
|
||||
implementation group: 'commons-httpclient', name: 'commons-httpclient', version: '3.1'
|
||||
implementation group: 'commons-lang', name: 'commons-lang', version: '2.5'
|
||||
implementation 'com.google.code.gson:gson:2.2.2'
|
||||
implementation 'org.expressme:JOpenId:1.08'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user