diff --git a/eng/pipelines/templates/stages/platform-matrix.json b/eng/pipelines/templates/stages/platform-matrix.json
index 672b982e45c2..d89661584da1 100644
--- a/eng/pipelines/templates/stages/platform-matrix.json
+++ b/eng/pipelines/templates/stages/platform-matrix.json
@@ -67,13 +67,17 @@
"TestOptions": ""
},
{
- "Agent": { "ubuntu-20.04": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" } },
+ "Agent": {
+ "ubuntu-20.04": { "OSVmImage": "env:LINUXVMIMAGE", "Pool": "env:LINUXPOOL" }
+ },
"JavaTestVersion": "1.17",
"AZURE_TEST_HTTP_CLIENTS": "JdkHttpClientProvider",
"TestFromSource": false
},
{
- "Agent": { "ubuntu-20.04": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" } },
+ "Agent": {
+ "ubuntu-20.04": { "OSVmImage": "env:LINUXVMIMAGE", "Pool": "env:LINUXPOOL" }
+ },
"JavaTestVersion": "1.17",
"AZURE_TEST_HTTP_CLIENTS": "VertxAsyncHttpClientProvider",
"TestFromSource": false
diff --git a/sdk/attestation/azure-security-attestation/pom.xml b/sdk/attestation/azure-security-attestation/pom.xml
index 8b57ecce91eb..6d876824d329 100644
--- a/sdk/attestation/azure-security-attestation/pom.xml
+++ b/sdk/attestation/azure-security-attestation/pom.xml
@@ -116,6 +116,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.azure
azure-identity
@@ -159,4 +165,21 @@
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/communication/azure-communication-callautomation/pom.xml b/sdk/communication/azure-communication-callautomation/pom.xml
index 83e5ffa4c850..7aba66141fc6 100644
--- a/sdk/communication/azure-communication-callautomation/pom.xml
+++ b/sdk/communication/azure-communication-callautomation/pom.xml
@@ -122,6 +122,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.azure
azure-identity
@@ -179,4 +185,21 @@
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/communication/azure-communication-callingserver/pom.xml b/sdk/communication/azure-communication-callingserver/pom.xml
index 2c25935c88ba..e774e7ddcbc1 100644
--- a/sdk/communication/azure-communication-callingserver/pom.xml
+++ b/sdk/communication/azure-communication-callingserver/pom.xml
@@ -135,6 +135,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.azure
azure-identity
@@ -186,4 +192,21 @@
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/communication/azure-communication-chat/pom.xml b/sdk/communication/azure-communication-chat/pom.xml
index ac30c723665d..4f4fe4e369b3 100644
--- a/sdk/communication/azure-communication-chat/pom.xml
+++ b/sdk/communication/azure-communication-chat/pom.xml
@@ -99,6 +99,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
@@ -138,4 +144,21 @@
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/communication/azure-communication-email/pom.xml b/sdk/communication/azure-communication-email/pom.xml
index 2ef1796d3288..ae1a1805e414 100644
--- a/sdk/communication/azure-communication-email/pom.xml
+++ b/sdk/communication/azure-communication-email/pom.xml
@@ -99,6 +99,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
@@ -137,4 +143,21 @@
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/communication/azure-communication-identity/pom.xml b/sdk/communication/azure-communication-identity/pom.xml
index d606a2c640ab..b70969eca201 100644
--- a/sdk/communication/azure-communication-identity/pom.xml
+++ b/sdk/communication/azure-communication-identity/pom.xml
@@ -112,6 +112,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.azure
azure-identity
@@ -152,4 +158,21 @@
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/communication/azure-communication-jobrouter/pom.xml b/sdk/communication/azure-communication-jobrouter/pom.xml
index 7cb1654e6c25..5e11803fd915 100644
--- a/sdk/communication/azure-communication-jobrouter/pom.xml
+++ b/sdk/communication/azure-communication-jobrouter/pom.xml
@@ -100,6 +100,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
org.slf4j
slf4j-simple
@@ -145,4 +151,21 @@
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/communication/azure-communication-messages/pom.xml b/sdk/communication/azure-communication-messages/pom.xml
index 9b4bfaaf5689..cc88fd7f9d4c 100644
--- a/sdk/communication/azure-communication-messages/pom.xml
+++ b/sdk/communication/azure-communication-messages/pom.xml
@@ -111,6 +111,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
@@ -149,4 +155,21 @@
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/communication/azure-communication-networktraversal/pom.xml b/sdk/communication/azure-communication-networktraversal/pom.xml
index 5ab12c911f69..c2f7d023b6d9 100644
--- a/sdk/communication/azure-communication-networktraversal/pom.xml
+++ b/sdk/communication/azure-communication-networktraversal/pom.xml
@@ -104,6 +104,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.azure
azure-identity
@@ -156,4 +162,21 @@
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/communication/azure-communication-phonenumbers/pom.xml b/sdk/communication/azure-communication-phonenumbers/pom.xml
index cbf7389c435f..70e85bed5de3 100644
--- a/sdk/communication/azure-communication-phonenumbers/pom.xml
+++ b/sdk/communication/azure-communication-phonenumbers/pom.xml
@@ -132,6 +132,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.azure
azure-identity
@@ -186,4 +192,21 @@
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/communication/azure-communication-rooms/pom.xml b/sdk/communication/azure-communication-rooms/pom.xml
index b5aa9eb2594b..cea39140f417 100644
--- a/sdk/communication/azure-communication-rooms/pom.xml
+++ b/sdk/communication/azure-communication-rooms/pom.xml
@@ -107,7 +107,13 @@
azure-core-http-okhttp
1.11.19
test
-
+
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.azure
azure-identity
@@ -115,4 +121,20 @@
test
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/communication/azure-communication-sms/pom.xml b/sdk/communication/azure-communication-sms/pom.xml
index 8b40e8ec6951..c4682e935f98 100644
--- a/sdk/communication/azure-communication-sms/pom.xml
+++ b/sdk/communication/azure-communication-sms/pom.xml
@@ -104,6 +104,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.azure
azure-identity
@@ -143,4 +149,20 @@
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/digitaltwins/azure-digitaltwins-core/pom.xml b/sdk/digitaltwins/azure-digitaltwins-core/pom.xml
index 0c2c1d0f1590..4d62d0c0a6a4 100644
--- a/sdk/digitaltwins/azure-digitaltwins-core/pom.xml
+++ b/sdk/digitaltwins/azure-digitaltwins-core/pom.xml
@@ -85,6 +85,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
org.junit.jupiter
junit-jupiter-api
@@ -143,4 +149,21 @@
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/documentintelligence/azure-ai-documentintelligence/pom.xml b/sdk/documentintelligence/azure-ai-documentintelligence/pom.xml
index 57ccc71e7945..4f2215414655 100644
--- a/sdk/documentintelligence/azure-ai-documentintelligence/pom.xml
+++ b/sdk/documentintelligence/azure-ai-documentintelligence/pom.xml
@@ -74,6 +74,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
org.junit.jupiter
junit-jupiter-api
@@ -99,4 +105,21 @@
test
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/pom.xml b/sdk/formrecognizer/azure-ai-formrecognizer/pom.xml
index 6f2ed9a93c2e..15deae3511dc 100644
--- a/sdk/formrecognizer/azure-ai-formrecognizer/pom.xml
+++ b/sdk/formrecognizer/azure-ai-formrecognizer/pom.xml
@@ -73,6 +73,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
org.junit.jupiter
junit-jupiter-api
@@ -98,4 +104,21 @@
test
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/keyvault/azure-security-keyvault-administration/pom.xml b/sdk/keyvault/azure-security-keyvault-administration/pom.xml
index 7cc8340b504c..4b9aec1e70dc 100644
--- a/sdk/keyvault/azure-security-keyvault-administration/pom.xml
+++ b/sdk/keyvault/azure-security-keyvault-administration/pom.xml
@@ -103,6 +103,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.azure
azure-security-keyvault-keys
@@ -122,4 +128,21 @@
test
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/keyvault/azure-security-keyvault-certificates/pom.xml b/sdk/keyvault/azure-security-keyvault-certificates/pom.xml
index c9a990755759..62d134f06642 100644
--- a/sdk/keyvault/azure-security-keyvault-certificates/pom.xml
+++ b/sdk/keyvault/azure-security-keyvault-certificates/pom.xml
@@ -98,6 +98,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.azure
azure-identity
@@ -138,4 +144,21 @@
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/keyvault/azure-security-keyvault-keys/pom.xml b/sdk/keyvault/azure-security-keyvault-keys/pom.xml
index 0c0458d0b0ec..8bab779e35e9 100644
--- a/sdk/keyvault/azure-security-keyvault-keys/pom.xml
+++ b/sdk/keyvault/azure-security-keyvault-keys/pom.xml
@@ -102,6 +102,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.azure
azure-identity
@@ -123,4 +129,21 @@
test
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/keyvault/azure-security-keyvault-secrets/pom.xml b/sdk/keyvault/azure-security-keyvault-secrets/pom.xml
index af2e1baee643..72de3404b559 100644
--- a/sdk/keyvault/azure-security-keyvault-secrets/pom.xml
+++ b/sdk/keyvault/azure-security-keyvault-secrets/pom.xml
@@ -68,6 +68,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
org.junit.jupiter
junit-jupiter-api
@@ -114,4 +120,21 @@
test
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/maps/azure-maps-elevation/pom.xml b/sdk/maps/azure-maps-elevation/pom.xml
index 9848b47c7e36..12fec3ccdb96 100644
--- a/sdk/maps/azure-maps-elevation/pom.xml
+++ b/sdk/maps/azure-maps-elevation/pom.xml
@@ -64,6 +64,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.azure
azure-identity
@@ -101,4 +107,21 @@
test
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/maps/azure-maps-geolocation/pom.xml b/sdk/maps/azure-maps-geolocation/pom.xml
index 23b09858ac12..d98ffa1b7981 100644
--- a/sdk/maps/azure-maps-geolocation/pom.xml
+++ b/sdk/maps/azure-maps-geolocation/pom.xml
@@ -68,6 +68,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.azure
azure-identity
@@ -105,4 +111,21 @@
test
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/maps/azure-maps-render/pom.xml b/sdk/maps/azure-maps-render/pom.xml
index 3d4e7164a1bd..8a9072d8c171 100644
--- a/sdk/maps/azure-maps-render/pom.xml
+++ b/sdk/maps/azure-maps-render/pom.xml
@@ -77,6 +77,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.azure
azure-identity
@@ -114,4 +120,21 @@
test
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/maps/azure-maps-route/pom.xml b/sdk/maps/azure-maps-route/pom.xml
index 219a1f133040..d6686feee86f 100644
--- a/sdk/maps/azure-maps-route/pom.xml
+++ b/sdk/maps/azure-maps-route/pom.xml
@@ -77,6 +77,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.azure
azure-identity
@@ -120,4 +126,21 @@
test
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/maps/azure-maps-search/pom.xml b/sdk/maps/azure-maps-search/pom.xml
index 9bd1b2edd105..5262610de999 100644
--- a/sdk/maps/azure-maps-search/pom.xml
+++ b/sdk/maps/azure-maps-search/pom.xml
@@ -78,6 +78,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.azure
azure-identity
@@ -115,4 +121,21 @@
test
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/maps/azure-maps-timezone/pom.xml b/sdk/maps/azure-maps-timezone/pom.xml
index 4c4b5e2eaaec..15eed78a98d5 100644
--- a/sdk/maps/azure-maps-timezone/pom.xml
+++ b/sdk/maps/azure-maps-timezone/pom.xml
@@ -74,6 +74,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.azure
azure-identity
@@ -111,4 +117,21 @@
test
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/maps/azure-maps-traffic/pom.xml b/sdk/maps/azure-maps-traffic/pom.xml
index 177c33248fd5..e4fb67655a94 100644
--- a/sdk/maps/azure-maps-traffic/pom.xml
+++ b/sdk/maps/azure-maps-traffic/pom.xml
@@ -65,6 +65,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.azure
azure-identity
@@ -102,4 +108,21 @@
test
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/maps/azure-maps-weather/pom.xml b/sdk/maps/azure-maps-weather/pom.xml
index d46fec7ee3bc..49a6e6a25008 100644
--- a/sdk/maps/azure-maps-weather/pom.xml
+++ b/sdk/maps/azure-maps-weather/pom.xml
@@ -75,6 +75,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.azure
azure-identity
@@ -112,4 +118,21 @@
test
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/metricsadvisor/azure-ai-metricsadvisor/pom.xml b/sdk/metricsadvisor/azure-ai-metricsadvisor/pom.xml
index a67f389a77c6..bb33b112ea9a 100644
--- a/sdk/metricsadvisor/azure-ai-metricsadvisor/pom.xml
+++ b/sdk/metricsadvisor/azure-ai-metricsadvisor/pom.xml
@@ -71,6 +71,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
org.junit.jupiter
junit-jupiter-api
@@ -96,4 +102,21 @@
test
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/mixedreality/azure-mixedreality-authentication/pom.xml b/sdk/mixedreality/azure-mixedreality-authentication/pom.xml
index 2f45b3046168..36748a677ab5 100644
--- a/sdk/mixedreality/azure-mixedreality-authentication/pom.xml
+++ b/sdk/mixedreality/azure-mixedreality-authentication/pom.xml
@@ -55,6 +55,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
org.junit.jupiter
junit-jupiter-api
@@ -102,4 +108,21 @@
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/modelsrepository/azure-iot-modelsrepository/pom.xml b/sdk/modelsrepository/azure-iot-modelsrepository/pom.xml
index 885eefb52fd9..24213dcc7c86 100644
--- a/sdk/modelsrepository/azure-iot-modelsrepository/pom.xml
+++ b/sdk/modelsrepository/azure-iot-modelsrepository/pom.xml
@@ -73,6 +73,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
org.junit.jupiter
junit-jupiter-api
@@ -131,4 +137,21 @@
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/openai/azure-ai-openai-assistants/pom.xml b/sdk/openai/azure-ai-openai-assistants/pom.xml
index 323f817c260f..4153c4ef5997 100644
--- a/sdk/openai/azure-ai-openai-assistants/pom.xml
+++ b/sdk/openai/azure-ai-openai-assistants/pom.xml
@@ -92,6 +92,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
@@ -127,4 +133,21 @@
test
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/openai/azure-ai-openai/pom.xml b/sdk/openai/azure-ai-openai/pom.xml
index 64b678f71014..24e47a0eced9 100644
--- a/sdk/openai/azure-ai-openai/pom.xml
+++ b/sdk/openai/azure-ai-openai/pom.xml
@@ -95,14 +95,18 @@
1.7.36
test
-
com.azure
azure-core-http-okhttp
1.11.19
test
-
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.knuddels
jtokkit
@@ -130,4 +134,21 @@
test
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/personalizer/azure-ai-personalizer/pom.xml b/sdk/personalizer/azure-ai-personalizer/pom.xml
index 3c85f55a3098..5b2b0aec0c45 100644
--- a/sdk/personalizer/azure-ai-personalizer/pom.xml
+++ b/sdk/personalizer/azure-ai-personalizer/pom.xml
@@ -70,6 +70,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
org.junit.jupiter
junit-jupiter-api
@@ -95,4 +101,21 @@
test
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/resourcemanager/azure-resourcemanager/pom.xml b/sdk/resourcemanager/azure-resourcemanager/pom.xml
index 6d6a1824231f..8d8151f3dc7b 100644
--- a/sdk/resourcemanager/azure-resourcemanager/pom.xml
+++ b/sdk/resourcemanager/azure-resourcemanager/pom.xml
@@ -223,6 +223,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
org.mockito
mockito-core
@@ -267,6 +273,20 @@
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
diff --git a/sdk/resourcemanagerhybrid/azure-resourcemanager/pom.xml b/sdk/resourcemanagerhybrid/azure-resourcemanager/pom.xml
index a93804c9dfa5..5fb5642b2a6e 100644
--- a/sdk/resourcemanagerhybrid/azure-resourcemanager/pom.xml
+++ b/sdk/resourcemanagerhybrid/azure-resourcemanager/pom.xml
@@ -156,6 +156,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.jcraft
jsch
@@ -180,6 +186,21 @@
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
diff --git a/sdk/servicebus/azure-messaging-servicebus/pom.xml b/sdk/servicebus/azure-messaging-servicebus/pom.xml
index de869f7c2554..e794114c5a97 100644
--- a/sdk/servicebus/azure-messaging-servicebus/pom.xml
+++ b/sdk/servicebus/azure-messaging-servicebus/pom.xml
@@ -85,6 +85,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
com.azure
azure-identity
@@ -164,4 +170,21 @@
test
+
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/synapse/azure-analytics-synapse-accesscontrol/pom.xml b/sdk/synapse/azure-analytics-synapse-accesscontrol/pom.xml
index 66715517c855..f4d8a384d418 100644
--- a/sdk/synapse/azure-analytics-synapse-accesscontrol/pom.xml
+++ b/sdk/synapse/azure-analytics-synapse-accesscontrol/pom.xml
@@ -62,6 +62,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
org.junit.jupiter
junit-jupiter-api
@@ -87,4 +93,20 @@
test
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/synapse/azure-analytics-synapse-artifacts/pom.xml b/sdk/synapse/azure-analytics-synapse-artifacts/pom.xml
index f23d7978fbfb..f8196a4b3de6 100644
--- a/sdk/synapse/azure-analytics-synapse-artifacts/pom.xml
+++ b/sdk/synapse/azure-analytics-synapse-artifacts/pom.xml
@@ -62,6 +62,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
org.junit.jupiter
junit-jupiter-api
@@ -87,4 +93,20 @@
test
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/synapse/azure-analytics-synapse-managedprivateendpoints/pom.xml b/sdk/synapse/azure-analytics-synapse-managedprivateendpoints/pom.xml
index 3f8acf37e0c2..d3b534d9f351 100644
--- a/sdk/synapse/azure-analytics-synapse-managedprivateendpoints/pom.xml
+++ b/sdk/synapse/azure-analytics-synapse-managedprivateendpoints/pom.xml
@@ -62,6 +62,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
org.junit.jupiter
junit-jupiter-api
@@ -87,4 +93,20 @@
test
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/synapse/azure-analytics-synapse-monitoring/pom.xml b/sdk/synapse/azure-analytics-synapse-monitoring/pom.xml
index b75484d9d3df..74a1985fc4fc 100644
--- a/sdk/synapse/azure-analytics-synapse-monitoring/pom.xml
+++ b/sdk/synapse/azure-analytics-synapse-monitoring/pom.xml
@@ -62,6 +62,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
org.junit.jupiter
junit-jupiter-api
@@ -87,4 +93,20 @@
test
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+
diff --git a/sdk/synapse/azure-analytics-synapse-spark/pom.xml b/sdk/synapse/azure-analytics-synapse-spark/pom.xml
index e2d982bfcadc..a3513bcc4f94 100644
--- a/sdk/synapse/azure-analytics-synapse-spark/pom.xml
+++ b/sdk/synapse/azure-analytics-synapse-spark/pom.xml
@@ -68,6 +68,12 @@
1.11.19
test
+
+ com.azure
+ azure-core-http-vertx
+ 1.0.0-beta.16
+ test
+
org.junit.jupiter
junit-jupiter-api
@@ -93,4 +99,20 @@
test
+
+
+ java12plus
+
+ [12,)
+
+
+
+ com.azure
+ azure-core-http-jdk-httpclient
+ 1.0.0-beta.11
+ test
+
+
+
+