diff --git a/docs/en/setup/service-agent/java-agent/Supported-list.md b/docs/en/setup/service-agent/java-agent/Supported-list.md
index 9f5c98052..882f0f65b 100644
--- a/docs/en/setup/service-agent/java-agent/Supported-list.md
+++ b/docs/en/setup/service-agent/java-agent/Supported-list.md
@@ -27,7 +27,7 @@ metrics based on the tracing data.
* [Spring RestTemplete](https://github.com/spring-projects/spring-framework) 4.x
* [Jetty Client](http://www.eclipse.org/jetty/) 9
* [Apache httpcomponent AsyncClient](https://hc.apache.org/httpcomponents-asyncclient-4.1.x/) 4.x
- * [AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client) 2.x
+ * [AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client) 2.1+
* JRE HttpURLConnection (Optional²)
* HTTP Gateway
* [Spring Cloud Gateway](https://spring.io/projects/spring-cloud-gateway) 2.0.2.RELEASE -> 3.x (Optional²)
diff --git a/test/plugin/scenarios/asynchttpclient-scenario/pom.xml b/test/plugin/scenarios/asynchttpclient-scenario/pom.xml
index 4c008b8a2..d0a89a58a 100644
--- a/test/plugin/scenarios/asynchttpclient-scenario/pom.xml
+++ b/test/plugin/scenarios/asynchttpclient-scenario/pom.xml
@@ -31,9 +31,7 @@
UTF-8
UTF-8
1.8
- 2.10.0
- 4.1.2
- ${test.framework.version}
+ 2.10.0
1.5.9.RELEASE
1.18.20
2.8.1
@@ -62,8 +60,7 @@
org.asynchttpclient
async-http-client
- ${async-http-client.version}
- provided
+ ${test.framework.version}
org.apache.logging.log4j
diff --git a/test/plugin/scenarios/asynchttpclient-scenario/support-version.list b/test/plugin/scenarios/asynchttpclient-scenario/support-version.list
index 3a1cc3099..5da20eb2b 100644
--- a/test/plugin/scenarios/asynchttpclient-scenario/support-version.list
+++ b/test/plugin/scenarios/asynchttpclient-scenario/support-version.list
@@ -14,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-2.0.0
2.1.0
2.2.0
2.3.0