Skip to content

Commit

Permalink
Merge pull request #297 from tumugin/fix-around-deps
Browse files Browse the repository at this point in the history
Fixed around dependencies
  • Loading branch information
tumugin authored Oct 21, 2023
2 parents 2703df0 + 8ebb69b commit efc823d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import org.flywaydb.gradle.task.FlywayMigrateTask
buildscript {
dependencies {
classpath("io.github.cdimascio:dotenv-kotlin:6.4.1")
classpath("mysql:mysql-connector-java:8.0.33")
classpath("org.flywaydb:flyway-mysql:9.22.3")
}
}

Expand Down Expand Up @@ -90,6 +88,7 @@ dependencies {
implementation("org.jetbrains.exposed:exposed-java-time:$exposedVersion")
implementation("mysql:mysql-connector-java:8.0.33")
implementation("org.postgresql:postgresql:42.6.0")
implementation("p6spy:p6spy:3.7.0")
implementation("com.zaxxer:HikariCP:5.0.1")
implementation("io.insert-koin:koin-core:$koinVersion")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.1")
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/spy.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
modulelist=com.p6spy.engine.spy.P6SpyFactory
driverlist=org.postgresql.Driver

0 comments on commit efc823d

Please sign in to comment.