|
37 | 37 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
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 | + <azure.spring.boot.version>${project.version}</azure.spring.boot.version> |
40 | 41 | <azure.spring.boot.integration.version>${project.version}</azure.spring.boot.integration.version> |
41 | 42 | <azure.core.version>1.15.0</azure.core.version> <!-- {x-version-update;com.azure:azure-core;dependency} --> |
42 | 43 | <azure.identity.version>1.2.5</azure.identity.version> <!-- {x-version-update;com.azure:azure-identity;dependency} --> |
|
60 | 61 | <dependency> |
61 | 62 | <groupId>com.azure.spring</groupId> |
62 | 63 | <artifactId>azure-spring-boot</artifactId> |
63 | | - <version>${azure.spring.boot.integration.version}</version> |
| 64 | + <version>${azure.spring.boot.version}</version> |
64 | 65 | </dependency> |
65 | 66 | <dependency> |
66 | 67 | <groupId>com.azure.spring</groupId> |
67 | 68 | <artifactId>azure-spring-boot-starter</artifactId> |
68 | | - <version>${azure.spring.boot.integration.version}</version> |
| 69 | + <version>${azure.spring.boot.version}</version> |
69 | 70 | </dependency> |
70 | 71 | <dependency> |
71 | 72 | <groupId>com.azure.spring</groupId> |
72 | 73 | <artifactId>azure-spring-boot-starter-active-directory</artifactId> |
73 | | - <version>${azure.spring.boot.integration.version}</version> |
| 74 | + <version>${azure.spring.boot.version}</version> |
74 | 75 | </dependency> |
75 | 76 | <dependency> |
76 | 77 | <groupId>com.azure.spring</groupId> |
77 | 78 | <artifactId>azure-spring-boot-starter-active-directory-b2c</artifactId> |
78 | | - <version>${azure.spring.boot.integration.version}</version> |
| 79 | + <version>${azure.spring.boot.version}</version> |
79 | 80 | </dependency> |
80 | 81 | <dependency> |
81 | 82 | <groupId>com.azure.spring</groupId> |
82 | 83 | <artifactId>azure-spring-boot-starter-cosmos</artifactId> |
83 | | - <version>${azure.spring.boot.integration.version}</version> |
| 84 | + <version>${azure.spring.boot.version}</version> |
84 | 85 | </dependency> |
85 | 86 | <dependency> |
86 | 87 | <groupId>com.azure.spring</groupId> |
87 | 88 | <artifactId>azure-spring-boot-starter-keyvault-secrets</artifactId> |
88 | | - <version>${azure.spring.boot.integration.version}</version> |
| 89 | + <version>${azure.spring.boot.version}</version> |
89 | 90 | </dependency> |
90 | 91 | <dependency> |
91 | 92 | <groupId>com.azure.spring</groupId> |
92 | 93 | <artifactId>azure-spring-boot-starter-servicebus-jms</artifactId> |
93 | | - <version>${azure.spring.boot.integration.version}</version> |
| 94 | + <version>${azure.spring.boot.version}</version> |
94 | 95 | </dependency> |
95 | 96 | <dependency> |
96 | 97 | <groupId>com.azure.spring</groupId> |
97 | 98 | <artifactId>azure-spring-boot-starter-storage</artifactId> |
98 | | - <version>${azure.spring.boot.integration.version}</version> |
| 99 | + <version>${azure.spring.boot.version}</version> |
99 | 100 | </dependency> |
100 | 101 |
|
101 | 102 | <dependency> |
|
0 commit comments