Skip to content

Commit

Permalink
Rocksdb to Corfudb version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chetangudisagar committed Oct 25, 2023
1 parent 45a4f52 commit 56b7d35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 0 additions & 2 deletions benchmarks/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ val nettyVersion = project.ext["nettyVersion"] as String
val assertjVersion = project.ext["assertjVersion"] as String
val lombokVersion = project.ext["lombokVersion"] as String
val jmhSdkVersion = project.ext["jmhVersion"] as String
val rocksdbVersion = project.ext["rocksdbVersion"] as String
val ehcacheVersion = project.ext["ehcacheVersion"] as String
val guavaVersion = project.ext["guavaVersion"] as String

Expand Down Expand Up @@ -66,7 +65,6 @@ dependencies {

implementation("org.openjdk.jmh:jmh-core:${jmhSdkVersion}")

implementation("org.rocksdb:rocksdbjni:${rocksdbVersion}")
implementation("org.ehcache:ehcache:${ehcacheVersion}")

implementation("org.assertj:assertj-core:${assertjVersion}")
Expand Down
7 changes: 6 additions & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ repositories {
password = System.getenv("PUBLISH_TOKEN")
}
}

maven {
name = "ossrh-staging"
url = uri("https://s01.oss.sonatype.org/content/repositories/orgcorfudb-1009")
}
}

configurations.all {
Expand All @@ -38,7 +43,7 @@ ext {
lombokVersion = "1.18.18"

jmhVersion = "1.25"
rocksdbVersion = "6.2.2"
rocksdbVersion = "8.6.7.2"
ehcacheVersion = "3.8.0"

ktorVersion = "1.3.1"
Expand Down

0 comments on commit 56b7d35

Please sign in to comment.