Skip to content

Commit 79765c5

Browse files
removes library version check
1 parent 72c35de commit 79765c5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

instrumentation/aerospike-client/javaagent/build.gradle.kts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@ muzzle {
1414
val latestDepTest = findProperty("testLatestDeps") as Boolean
1515

1616
dependencies {
17-
if (latestDepTest) {
18-
library("com.aerospike:aerospike-client:+")
19-
} else {
20-
library("com.aerospike:aerospike-client:7.1.0")
21-
}
22-
17+
library("com.aerospike:aerospike-client:7.1.0")
2318
implementation("io.opentelemetry:opentelemetry-api-incubator")
2419

2520
compileOnly("com.google.auto.value:auto-value-annotations")

0 commit comments

Comments
 (0)