|
5 | 5 |
|
6 | 6 | <groupId>com.azure.spring</groupId> |
7 | 7 | <artifactId>azure-spring-boot-bom</artifactId> |
8 | | - <version>3.2.0</version> |
| 8 | + <version>3.3.0</version> |
9 | 9 | <packaging>pom</packaging> |
10 | 10 |
|
11 | 11 | <name>Azure Spring Boot BOM</name> |
|
38 | 38 | <packageOutputDirectory>${project.build.directory}</packageOutputDirectory> |
39 | 39 | <legal><![CDATA[[INFO] Any downloads listed may be third party software. Microsoft grants you no rights for third party software.]]></legal> |
40 | 40 | <azure.spring.boot.integration.version>${project.version}</azure.spring.boot.integration.version> |
| 41 | + <azure.core.version>1.14.1</azure.core.version> |
| 42 | + <azure.identity.version>1.2.4</azure.identity.version> |
| 43 | + <azure.keyvault.secret.version>4.2.6</azure.keyvault.secret.version> |
| 44 | + <azure.msal.version>1.9.1</azure.msal.version> |
| 45 | + <azure.servicebus.jms.version>0.0.7</azure.servicebus.jms.version> |
| 46 | + <azure.spring.data.cosmos.version>3.5.0</azure.spring.data.cosmos.version> |
| 47 | + <azure.storage.blob.version>12.10.1</azure.storage.blob.version> |
| 48 | + <azure.storage.fileshare.version>12.8.0</azure.storage.fileshare.version> |
41 | 49 | </properties> |
42 | 50 |
|
43 | 51 | <issueManagement> |
|
89 | 97 | <artifactId>azure-spring-boot-starter-storage</artifactId> |
90 | 98 | <version>${azure.spring.boot.integration.version}</version> |
91 | 99 | </dependency> |
| 100 | + |
| 101 | + <dependency> |
| 102 | + <groupId>com.azure</groupId> |
| 103 | + <artifactId>azure-spring-data-cosmos</artifactId> |
| 104 | + <version>${azure.spring.data.cosmos.version}</version> |
| 105 | + </dependency> |
| 106 | + |
| 107 | + <!-- Azure libraries--> |
| 108 | + <dependency> |
| 109 | + <groupId>com.azure</groupId> |
| 110 | + <artifactId>azure-core</artifactId> |
| 111 | + <version>${azure.core.version}</version> |
| 112 | + </dependency> |
| 113 | + |
| 114 | + <dependency> |
| 115 | + <groupId>com.azure</groupId> |
| 116 | + <artifactId>azure-identity</artifactId> |
| 117 | + <version>${azure.identity.version}</version> |
| 118 | + </dependency> |
| 119 | + |
| 120 | + <dependency> |
| 121 | + <groupId>com.microsoft.azure</groupId> |
| 122 | + <artifactId>msal4j</artifactId> |
| 123 | + <version>${azure.msal.version}</version> |
| 124 | + </dependency> |
| 125 | + |
| 126 | + <dependency> |
| 127 | + <groupId>com.microsoft.azure</groupId> |
| 128 | + <artifactId>azure-servicebus-jms</artifactId> |
| 129 | + <version>${azure.servicebus.jms.version}</version> |
| 130 | + </dependency> |
| 131 | + |
| 132 | + <dependency> |
| 133 | + <groupId>com.azure</groupId> |
| 134 | + <artifactId>azure-security-keyvault-secrets</artifactId> |
| 135 | + <version>${azure.keyvault.secret.version}</version> |
| 136 | + </dependency> |
| 137 | + |
| 138 | + <dependency> |
| 139 | + <groupId>com.azure</groupId> |
| 140 | + <artifactId>azure-storage-blob</artifactId> |
| 141 | + <version>${azure.storage.blob.version}</version> |
| 142 | + </dependency> |
| 143 | + |
| 144 | + <dependency> |
| 145 | + <groupId>com.azure</groupId> |
| 146 | + <artifactId>azure-storage-file-share</artifactId> |
| 147 | + <version>${azure.storage.fileshare.version}</version> |
| 148 | + </dependency> |
92 | 149 | </dependencies> |
93 | 150 | </dependencyManagement> |
94 | 151 |
|
|
0 commit comments