Remove mavenCentral and Add fontawesome

This commit is contained in:
olblak 2017-05-12 10:55:30 +02:00
parent 1478389517
commit ae729fd311
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,6 @@ repositories {
jcenter()
maven { url 'https://repo.jenkins-ci.org/public' }
mavenLocal()
mavenCentral()
}
dependencies {
@ -39,6 +38,7 @@ dependencies {
compile 'org.webjars:webjars-servlet-2.x:1.5'
compile 'org.webjars:jquery:3.2.0'
compile 'org.webjars:jquery-ui:1.12.1'
compile 'org.webjars.bower:fontawesome:4.7.0'
testCompile 'junit:junit:[4.8.1,5.0)'
}