Skip to content

Commit

Permalink
#588 add dependency on jitpacked frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Feb 12, 2019
1 parent 5a128ce commit 49557e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ repositories {
mavenLocal()
mavenCentral()
jcenter()
maven {
url "https://jitpack.io"
}
}

dependencies {
Expand Down Expand Up @@ -147,6 +150,7 @@ dependencies {
compile 'ch.digitalfondue.basicxlsx:basicxlsx:0.5.0'
compile 'org.imgscalr:imgscalr-lib:4.2'
compile 'org.aspectj:aspectjweaver:1.9.2'
compile 'com.github.alfio-event:alf.io-public-frontend:-SNAPSHOT'

testCompile "ru.yandex.qatools.embed:postgresql-embedded:2.9" //we leave it to the v2.9 for now, since some user had issues on Windows

Expand Down

0 comments on commit 49557e3

Please sign in to comment.