Skip to content

Commit f799ac5

Browse files
committed
Fix CI failings
1 parent 1fe088b commit f799ac5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.fossa.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,9 @@ targets:
337337
- type: gradle
338338
path: ./
339339
target: ':instrumentation:armeria:armeria-grpc-1.14:javaagent'
340+
- type: gradle
341+
path: ./
342+
target: ':instrumentation:async-http-client:async-http-client-1.8:javaagent'
340343
- type: gradle
341344
path: ./
342345
target: ':instrumentation:async-http-client:async-http-client-1.9:javaagent'

instrumentation/async-http-client/async-http-client-1.8/javaagent/build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ dependencies {
2020
testInstrumentation(project(":instrumentation:netty:netty-3.8:javaagent"))
2121
testInstrumentation(project(":instrumentation:async-http-client:async-http-client-1.9:javaagent"))
2222
testInstrumentation(project(":instrumentation:async-http-client:async-http-client-2.0:javaagent"))
23-
24-
// For testLatestDeps, use the latest 1.8.x version to maintain API compatibility
25-
latestDepTestLibrary("com.ning:async-http-client:1.8.+")
23+
24+
latestDepTestLibrary("com.ning:async-http-client:1.8.+") // see async-http-client-1.9 module
2625
}
2726

2827
tasks {

0 commit comments

Comments
 (0)