File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 1414 <version >${revision} </version >
1515 </parent >
1616
17+ <dependencyManagement >
18+ <dependencies >
19+ <dependency >
20+ <groupId >com.azure</groupId >
21+ <artifactId >azure-sdk-bom</artifactId >
22+ <version >1.2.17</version >
23+ <type >pom</type >
24+ <scope >import</scope >
25+ </dependency >
26+ </dependencies >
27+ </dependencyManagement >
28+
1729 <dependencies >
1830 <dependency >
1931 <groupId >com.oracle.database.jdbc</groupId >
2335 <dependency >
2436 <groupId >com.azure</groupId >
2537 <artifactId >azure-core</artifactId >
26- <version >1.34.0</version >
2738 </dependency >
2839 <dependency >
2940 <groupId >com.azure</groupId >
3041 <artifactId >azure-identity</artifactId >
31- <version >1.6.1</version >
3242 </dependency >
3343 <dependency >
3444 <groupId >com.azure</groupId >
3545 <artifactId >azure-data-appconfiguration</artifactId >
36- <version >1.3.7</version >
3746 </dependency >
3847 <dependency >
3948 <groupId >com.azure</groupId >
4049 <artifactId >azure-security-keyvault-secrets</artifactId >
41- <version >4.5.1</version >
4250 </dependency >
4351 <!--
4452 A test-jar type dependency. This allows test code in this module to depend
You can’t perform that action at this time.
0 commit comments