Archived
0

Web interface: чуток упростил загрузку index.html

This commit is contained in:
2017-03-11 23:19:09 +03:00
parent 41c10f3fe1
commit 79976d6b0a
2 changed files with 4 additions and 8 deletions

View File

@@ -29,9 +29,11 @@ bundle {
'Import-Package': '*'
]
exclude group: 'com.google.code.gson'
exclude group: 'commons-io'
}
dependencies {
compile project(':core')
included group: 'com.google.code.gson', name: 'gson', version: '2.7'
included group: 'commons-io', name: 'commons-io', version: '2.5'
}