We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38694bb commit b11bef5Copy full SHA for b11bef5
sdk/ai/azure-ai-agents/pom.xml
@@ -75,7 +75,13 @@
75
<dependency>
76
<groupId>com.azure</groupId>
77
<artifactId>azure-core-test</artifactId>
78
- <version>1.27.0-beta.14</version> <!-- {x-version-update;com.azure:azure-core-test;dependency} -->
+ <version>1.27.0-beta.14</version> <!-- {x-version-update;unreleased_com.azure:azure-core-test;dependency} -->
79
+ <scope>test</scope>
80
+ </dependency>
81
+ <dependency>
82
+ <groupId>com.azure</groupId>
83
+ <artifactId>azure-core-http-okhttp</artifactId>
84
+ <version>1.13.2</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} -->
85
<scope>test</scope>
86
</dependency>
87
0 commit comments