File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed
Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 189189 <dependency >
190190 <groupId >com.azure</groupId >
191191 <artifactId >azure-security-keyvault-jca</artifactId >
192- <version >2.0 .0</version >
192+ <version >2.1 .0</version >
193193 </dependency >
194194 <dependency >
195195 <groupId >com.azure</groupId >
273273 <artifactId >qpid-proton-j-extensions</artifactId >
274274 <version >1.2.4</version >
275275 </dependency >
276+ <dependency >
277+ <groupId >com.microsoft.azure</groupId >
278+ <artifactId >azure-servicebus-jms</artifactId >
279+ <version >0.0.7</version >
280+ </dependency >
276281 <dependency >
277282 <groupId >com.squareup.okhttp3</groupId >
278283 <artifactId >okhttp</artifactId >
Original file line number Diff line number Diff line change 3737 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3838 <packageOutputDirectory >${project.build.directory}</packageOutputDirectory >
3939 <legal ><![CDATA[[INFO] Any downloads listed may be third party software. Microsoft grants you no rights for third party software.]]></legal >
40- <azure .keyvault.jca.version>2.1.0</azure .keyvault.jca.version> <!-- {x-version-update;com.azure:azure-security-keyvault-jca;dependency} -->
41- <azure .servicebus.jms.version>0.0.7</azure .servicebus.jms.version> <!-- {x-version-update;com.microsoft.azure:azure-servicebus-jms;external_dependency} -->
4240 <azure .spring.data.cosmos.version>3.12.0</azure .spring.data.cosmos.version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;dependency} -->
4341 </properties >
4442
108106 <artifactId >azure-spring-data-cosmos</artifactId >
109107 <version >${azure.spring.data.cosmos.version} </version >
110108 </dependency >
111-
112- <!-- Azure libraries-->
113- <dependency >
114- <groupId >com.microsoft.azure</groupId >
115- <artifactId >azure-servicebus-jms</artifactId >
116- <version >${azure.servicebus.jms.version} </version >
117- </dependency >
118- <dependency >
119- <groupId >com.azure</groupId >
120- <artifactId >azure-security-keyvault-jca</artifactId >
121- <version >${azure.keyvault.jca.version} </version >
122- </dependency >
123109 </dependencies >
124110 </dependencyManagement >
125111
You can’t perform that action at this time.
0 commit comments