Skip to content

Commit

Permalink
Added MySQL, MariaDB, PostgreSQL drivers.
Browse files Browse the repository at this point in the history
  • Loading branch information
atom7xyz committed Jul 26, 2023
1 parent ff7fa0d commit 623d300
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ subprojects {
implementation("com.github.ben-manes.caffeine:caffeine:3.1.6")

/* DB related */
implementation("com.mysql:mysql-connector-j:8.1.0")
implementation("org.mariadb.jdbc:mariadb-java-client:3.1.4")
implementation("org.postgresql:postgresql:42.6.0")
implementation("com.rabbitmq:amqp-client:5.18.0")
implementation("com.zaxxer:HikariCP:5.0.1")
implementation("org.jooq:jooq:3.18.5")
Expand All @@ -73,4 +76,4 @@ subprojects {
val time = SimpleDateFormat("dd-MM-yyyy_HH-mm").format(Date())
archiveFileName.set("${project.name}-${time}.jar")
}
}
}

0 comments on commit 623d300

Please sign in to comment.