Skip to content

Commit

Permalink
Try w/o libraries section
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Oct 11, 2024
1 parent fc10d68 commit 3295154
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions buildSrc/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

include 'reaper'

dependencyResolutionManagement {
versionCatalogs {
libs {
from(files("../gradle/libs.versions.toml"))
}
}
}
//dependencyResolutionManagement {
// versionCatalogs {
// libs {
// from(files("../gradle/libs.versions.toml"))
// }
// }
//}
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ resteasy = "6.2.4.Final"
opentelemetry = "1.41.0"
opentelemetrysemconv = "1.27.0-alpha"

[libraries]
jodatime = { group = "joda-time", name = "joda-time", version.ref = "joda" }
#[libraries]
#jodatime = { group = "joda-time", name = "joda-time", version.ref = "joda" }
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ dependencies {
api project(":libs:opensearch-cli")

// time handling, remove with java 8 time
api(libs.jodatime)
api "joda-time:joda-time:${libs.versions.joda.get()}"

// percentiles aggregation
api "com.tdunning:t-digest:${versions.tdigest}"
Expand Down

0 comments on commit 3295154

Please sign in to comment.