#24 Move voter code to an external library

This commit is contained in:
2020-03-25 02:08:31 +01:00
parent 575752cdc7
commit e572ca0024
35 changed files with 95 additions and 154 deletions

View File

@@ -87,6 +87,7 @@ dependencies {
implementation("com.auth0:java-jwt:3.8.2")
implementation("com.github.jasync-sql:jasync-postgresql:1.0.7")
implementation("fr.postgresjson:postgresjson:$postgresjson_version")
implementation("fr.ktor-voter:ktor-voter:1.0.0")
implementation("com.sendgrid:sendgrid-java:4.4.1")
implementation("io.lettuce:lettuce-core:5.2.2.RELEASE")
implementation("com.rabbitmq:amqp-client:5.8.0")