We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c35de commit 79765c5Copy full SHA for 79765c5
instrumentation/aerospike-client/javaagent/build.gradle.kts
@@ -14,12 +14,7 @@ muzzle {
14
val latestDepTest = findProperty("testLatestDeps") as Boolean
15
16
dependencies {
17
- if (latestDepTest) {
18
- library("com.aerospike:aerospike-client:+")
19
- } else {
20
- library("com.aerospike:aerospike-client:7.1.0")
21
- }
22
-
+ library("com.aerospike:aerospike-client:7.1.0")
23
implementation("io.opentelemetry:opentelemetry-api-incubator")
24
25
compileOnly("com.google.auto.value:auto-value-annotations")
0 commit comments