This commit is contained in:
Paul Schaub 2018-09-15 22:59:08 +02:00
parent df7b6a3cf2
commit d086ce3b85
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
7 changed files with 96 additions and 0 deletions

View file

@ -10,6 +10,9 @@ repositories {
// sourceSet.test of the core subproject
dependencies {
implementation 'com.jfoenix:jfoenix:8.0.7'
implementation 'de.jensd:fontawesomefx:8.9'
implementation 'javax.persistence:javax.persistence-api:2.2'
implementation 'com.j256.ormlite:ormlite-core:5.1'
}
repositories {