Skip to content

Commit

Permalink
reinstate
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 3295154 commit fc78a4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 "joda-time:joda-time:${libs.versions.joda.get()}"
api(libs.jodatime)

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

0 comments on commit fc78a4c

Please sign in to comment.