Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions apps/api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ dependencies {
// H2 database dependency for in-memory database
runtimeOnly(local.h2database)

// FasterXML Jackson support for Java 8 date/time
implementation(local.jackson.datatype.jsr310)

// PostgreSQL database driver
runtimeOnly(local.postgres)

Expand Down
4 changes: 0 additions & 4 deletions gradle/local.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[versions]
h2database = "2.4.240"
jackson = "2.20.1"
junitPlatformLauncher = "6.0.1"
lombok = "9.1.0"
postgres = "42.7.8"
Expand All @@ -13,9 +12,6 @@ testcontainers = "1.21.3"
# H2 for an in-memory database
h2database = { module = "com.h2database:h2", version.ref = "h2database" }

# FasterXML Jackson support for Java 8 date/time
jackson-datatype-jsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", version.ref = "jackson" }

# JUnit platform launcher for running JUnit tests
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junitPlatformLauncher" }

Expand Down