Skip to content

Commit b2d7041

Browse files
authored
Updated use-latest-azure-bom with changes from main (#33)
* restore bom file Authored-by: ting-lan-wang <[email protected]>
1 parent 09350d4 commit b2d7041

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

ojdbc-provider-azure/pom.xml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@
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>
@@ -23,22 +35,18 @@
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

0 commit comments

Comments
 (0)