build: bundle postgres in HuskSync for Fabric

feat/data-edit-commands
William 5 months ago
parent 0c527202e5
commit 962cdfce0b
No known key found for this signature in database

@ -25,6 +25,7 @@ dependencies {
implementation include("redis.clients:jedis:$jedis_version")
implementation include("com.mysql:mysql-connector-j:$mysql_driver_version")
implementation include("org.mariadb.jdbc:mariadb-java-client:$mariadb_driver_version")
implementation include("org.postgresql:postgresql:$postgres_driver_version")
implementation include("org.xerial.snappy:snappy-java:$snappy_version")
compileOnly 'org.jetbrains:annotations:24.1.0'

Loading…
Cancel
Save