Skip to content

Commit

Permalink
add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Aug 25, 2019
1 parent a76b8f3 commit 0d0eb4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ dependencies {
compile 'org.postgresql:postgresql:42.2.6'

compile 'com.google.guava:guava:28.0-jre'
implementation 'com.google.code.gson:gson:2.8.5'
compile 'org.glassfish.tyrus.bundles:tyrus-standalone-client:1.15'
compile 'org.glassfish.tyrus.ext:tyrus-extension-deflate:1.15'

// JavaFX stuff
compile 'de.jensd:fontawesomefx-commons:8.15'
Expand Down

2 comments on commit 0d0eb4c

@LinusDietz
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are these dependencies for?

@Siedlerchr
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah shit, I was on the wrong branch, plz delete

Please sign in to comment.