Skip to content

Commit

Permalink
fix: published pom was missing version on one dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
szysas committed Oct 21, 2024
1 parent 85e72b0 commit fb0e60a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions kotlin-mbedtls-metrics/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
dependencies {
api(project(":kotlin-mbedtls"))

api(platform("org.jetbrains.kotlin:kotlin-bom"))
api("org.jetbrains.kotlin:kotlin-stdlib-jdk8")

implementation("io.micrometer:micrometer-core:1.13.6")

// TESTS
Expand Down
2 changes: 0 additions & 2 deletions kotlin-mbedtls-netty/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ plugins {
dependencies {
api(project(":kotlin-mbedtls"))

api(platform("org.jetbrains.kotlin:kotlin-bom"))
api("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
api("io.netty:netty-handler:4.1.114.Final")

// TESTS
Expand Down
3 changes: 0 additions & 3 deletions kotlin-mbedtls/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ plugins {
dependencies {
api(project(":mbedtls-lib"))

api(platform("org.jetbrains.kotlin:kotlin-bom"))
api("org.jetbrains.kotlin:kotlin-stdlib-jdk8")

api("org.slf4j:slf4j-api:2.0.16")
api("net.java.dev.jna:jna:5.15.0")

Expand Down

0 comments on commit fb0e60a

Please sign in to comment.