change jasync to jdbc

This commit is contained in:
2019-08-04 18:05:31 +02:00
parent cbb86dacc5
commit aeabe3f8c1
16 changed files with 107 additions and 79 deletions

View File

@@ -18,8 +18,8 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect:1.3.31")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.9.9")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.9")
implementation("com.github.jasync-sql:jasync-postgresql:0.9.53")
implementation("org.slf4j:slf4j-api:1.7.26")
implementation("org.postgresql:postgresql:42.2.6")
testImplementation("ch.qos.logback:logback-classic:1.2.3")
testImplementation("ch.qos.logback:logback-core:1.2.3")
@@ -32,7 +32,7 @@ publishing {
publications {
create<MavenPublication>("maven") {
groupId = "fr.postgresjson"
artifactId = "postgresjson"
artifactId = "postgresjson-jdbc"
version = "0.1"
from(components["java"])