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 14
14
<version >${revision} </version >
15
15
</parent >
16
16
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
+
17
29
<dependencies >
18
30
<dependency >
19
31
<groupId >com.oracle.database.jdbc</groupId >
23
35
<dependency >
24
36
<groupId >com.azure</groupId >
25
37
<artifactId >azure-core</artifactId >
26
- <version >1.34.0</version >
27
38
</dependency >
28
39
<dependency >
29
40
<groupId >com.azure</groupId >
30
41
<artifactId >azure-identity</artifactId >
31
- <version >1.6.1</version >
32
42
</dependency >
33
43
<dependency >
34
44
<groupId >com.azure</groupId >
35
45
<artifactId >azure-data-appconfiguration</artifactId >
36
- <version >1.3.7</version >
37
46
</dependency >
38
47
<dependency >
39
48
<groupId >com.azure</groupId >
40
49
<artifactId >azure-security-keyvault-secrets</artifactId >
41
- <version >4.5.1</version >
42
50
</dependency >
43
51
<!--
44
52
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