Skip to content

Commit

Permalink
async-http-client: added unit test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
monu-k2io committed Sep 11, 2023
1 parent f44ac1d commit 4f3e913
Show file tree
Hide file tree
Showing 2 changed files with 604 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dependencies {
implementation("com.newrelic.agent.java:newrelic-weaver-api:${nrAPIVersion}")
implementation("com.newrelic.agent.java:newrelic-api:${nrAPIVersion}")
implementation("org.asynchttpclient:async-http-client:2.1.1")
testImplementation("org.nanohttpd:nanohttpd-websocket:2.2.0")
}

jar {
Expand Down
Loading

0 comments on commit 4f3e913

Please sign in to comment.