|
43 | 43 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
44 | 44 | <packageOutputDirectory>${project.build.directory}</packageOutputDirectory> |
45 | 45 | <legal><![CDATA[[INFO] Any downloads listed may be third party software. Microsoft grants you no rights for third party software.]]></legal> |
46 | | - <azure.core.version>1.20.0</azure.core.version> <!-- {x-version-update;com.azure:azure-core;dependency} --> |
47 | | - <azure.eventhubs.checkpoint.version>1.10.0</azure.eventhubs.checkpoint.version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;dependency} --> |
48 | | - <azure.eventhubs.version>5.10.1</azure.eventhubs.version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs;dependency} --> |
49 | | - <azure.identity.version>1.3.6</azure.identity.version> <!-- {x-version-update;com.azure:azure-identity;dependency} --> |
50 | | - <azure.servicebus.version>7.4.1</azure.servicebus.version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;dependency} --> |
51 | 46 | <azure.resourcemanager.version>2.8.0</azure.resourcemanager.version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager;dependency} --> |
52 | | - <azure.spring.appconfigure.version>2.1.0</azure.spring.appconfigure.version> |
53 | | - <azure.spring.appconfigure.starter.version>2.1.0</azure.spring.appconfigure.starter.version> |
54 | | - <azure.spring.appconfigure.feature.management.version>2.0.0</azure.spring.appconfigure.feature.management.version> |
55 | | - <azure.spring.cloud.version>${project.version}</azure.spring.cloud.version> |
56 | | - <azure.storage.queue.version>12.11.0</azure.storage.queue.version> <!-- {x-version-update;com.azure:azure-storage-queue;dependency} --> |
| 47 | + <azure.spring.appconfigure.version>2.1.1</azure.spring.appconfigure.version> |
| 48 | + <azure.spring.appconfigure.starter.version>2.1.1</azure.spring.appconfigure.starter.version> |
| 49 | + <azure.spring.appconfigure.feature.management.version>2.0.1</azure.spring.appconfigure.feature.management.version> |
57 | 50 | </properties> |
58 | 51 |
|
59 | 52 | <dependencyManagement> |
60 | 53 | <dependencies> |
| 54 | + <dependency> |
| 55 | + <groupId>com.azure</groupId> |
| 56 | + <artifactId>azure-sdk-bom</artifactId> |
| 57 | + <version>1.0.4</version> |
| 58 | + <type>pom</type> |
| 59 | + <scope>import</scope> |
| 60 | + </dependency> |
61 | 61 | <!-- Azure Spring Integration --> |
62 | 62 | <dependency> |
63 | 63 | <groupId>com.azure.spring</groupId> |
64 | 64 | <artifactId>azure-spring-integration-eventhubs</artifactId> |
65 | | - <version>${azure.spring.cloud.version}</version> |
| 65 | + <version>${project.version}</version> |
66 | 66 | </dependency> |
67 | 67 | <dependency> |
68 | 68 | <groupId>com.azure.spring</groupId> |
69 | 69 | <artifactId>azure-spring-integration-servicebus</artifactId> |
70 | | - <version>${azure.spring.cloud.version}</version> |
| 70 | + <version>${project.version}</version> |
71 | 71 | </dependency> |
72 | 72 | <dependency> |
73 | 73 | <groupId>com.azure.spring</groupId> |
74 | 74 | <artifactId>azure-spring-integration-storage-queue</artifactId> |
75 | | - <version>${azure.spring.cloud.version}</version> |
| 75 | + <version>${project.version}</version> |
76 | 76 | </dependency> |
77 | 77 |
|
78 | 78 | <!-- Azure Spring Cloud--> |
79 | 79 | <dependency> |
80 | 80 | <groupId>com.azure.spring</groupId> |
81 | 81 | <artifactId>azure-spring-cloud-context</artifactId> |
82 | | - <version>${azure.spring.cloud.version}</version> |
| 82 | + <version>${project.version}</version> |
83 | 83 | </dependency> |
84 | 84 | <dependency> |
85 | 85 | <groupId>com.azure.spring</groupId> |
86 | 86 | <artifactId>azure-spring-cloud-autoconfigure</artifactId> |
87 | | - <version>${azure.spring.cloud.version}</version> |
| 87 | + <version>${project.version}</version> |
88 | 88 | </dependency> |
89 | 89 | <dependency> |
90 | 90 | <groupId>com.azure.spring</groupId> |
91 | 91 | <artifactId>azure-spring-cloud-messaging</artifactId> |
92 | | - <version>${azure.spring.cloud.version}</version> |
| 92 | + <version>${project.version}</version> |
93 | 93 | </dependency> |
94 | 94 |
|
95 | 95 | <!-- Azure Spring Cloud Stream Binder --> |
96 | 96 | <dependency> |
97 | 97 | <groupId>com.azure.spring</groupId> |
98 | 98 | <artifactId>azure-spring-cloud-stream-binder-eventhubs</artifactId> |
99 | | - <version>${azure.spring.cloud.version}</version> |
| 99 | + <version>${project.version}</version> |
100 | 100 | </dependency> |
101 | 101 | <dependency> |
102 | 102 | <groupId>com.azure.spring</groupId> |
103 | 103 | <artifactId>azure-spring-cloud-stream-binder-servicebus-topic</artifactId> |
104 | | - <version>${azure.spring.cloud.version}</version> |
| 104 | + <version>${project.version}</version> |
105 | 105 | </dependency> |
106 | 106 | <dependency> |
107 | 107 | <groupId>com.azure.spring</groupId> |
108 | 108 | <artifactId>azure-spring-cloud-stream-binder-servicebus-queue</artifactId> |
109 | | - <version>${azure.spring.cloud.version}</version> |
| 109 | + <version>${project.version}</version> |
110 | 110 | </dependency> |
111 | 111 |
|
112 | 112 | <!--Spring Cloud Azure Starters--> |
113 | 113 | <dependency> |
114 | 114 | <groupId>com.azure.spring</groupId> |
115 | 115 | <artifactId>azure-spring-cloud-starter-cache</artifactId> |
116 | | - <version>${azure.spring.cloud.version}</version> |
| 116 | + <version>${project.version}</version> |
117 | 117 | </dependency> |
118 | 118 | <dependency> |
119 | 119 | <groupId>com.azure.spring</groupId> |
120 | 120 | <artifactId>azure-spring-cloud-starter-servicebus</artifactId> |
121 | | - <version>${azure.spring.cloud.version}</version> |
| 121 | + <version>${project.version}</version> |
122 | 122 | </dependency> |
123 | 123 | <dependency> |
124 | 124 | <groupId>com.azure.spring</groupId> |
125 | 125 | <artifactId>azure-spring-cloud-starter-eventhubs</artifactId> |
126 | | - <version>${azure.spring.cloud.version}</version> |
| 126 | + <version>${project.version}</version> |
127 | 127 | </dependency> |
128 | 128 | <dependency> |
129 | 129 | <groupId>com.azure.spring</groupId> |
130 | 130 | <artifactId>azure-spring-cloud-starter-eventhubs-kafka</artifactId> |
131 | | - <version>${azure.spring.cloud.version}</version> |
| 131 | + <version>${project.version}</version> |
132 | 132 | </dependency> |
133 | 133 | <dependency> |
134 | 134 | <groupId>com.azure.spring</groupId> |
135 | 135 | <artifactId>azure-spring-cloud-starter-storage-queue</artifactId> |
136 | | - <version>${azure.spring.cloud.version}</version> |
| 136 | + <version>${project.version}</version> |
137 | 137 | </dependency> |
138 | 138 |
|
139 | 139 | <!-- App Configuration --> |
|
164 | 164 | </dependency> |
165 | 165 |
|
166 | 166 | <!--Azure SDK--> |
167 | | - <dependency> |
168 | | - <groupId>com.azure</groupId> |
169 | | - <artifactId>azure-core</artifactId> |
170 | | - <version>${azure.core.version}</version> |
171 | | - </dependency> |
172 | | - <dependency> |
173 | | - <groupId>com.azure</groupId> |
174 | | - <artifactId>azure-identity</artifactId> |
175 | | - <version>${azure.identity.version}</version> |
176 | | - </dependency> |
177 | 167 | <dependency> |
178 | 168 | <groupId>com.azure.resourcemanager</groupId> |
179 | 169 | <artifactId>azure-resourcemanager</artifactId> |
180 | 170 | <version>${azure.resourcemanager.version}</version> |
181 | 171 | </dependency> |
182 | | - <dependency> |
183 | | - <groupId>com.azure</groupId> |
184 | | - <artifactId>azure-messaging-eventhubs</artifactId> |
185 | | - <version>${azure.eventhubs.version}</version> |
186 | | - </dependency> |
187 | | - <dependency> |
188 | | - <groupId>com.azure</groupId> |
189 | | - <artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId> |
190 | | - <version>${azure.eventhubs.checkpoint.version}</version> |
191 | | - </dependency> |
192 | | - <dependency> |
193 | | - <groupId>com.azure</groupId> |
194 | | - <artifactId>azure-messaging-servicebus</artifactId> |
195 | | - <version>${azure.servicebus.version}</version> |
196 | | - </dependency> |
197 | | - <dependency> |
198 | | - <groupId>com.azure</groupId> |
199 | | - <artifactId>azure-storage-queue</artifactId> |
200 | | - <version>${azure.storage.queue.version}</version> |
201 | | - </dependency> |
202 | 172 | </dependencies> |
203 | 173 | </dependencyManagement> |
204 | 174 |
|
|
0 commit comments