This repository was archived by the owner on Aug 28, 2024. It is now read-only.
Commit 5333a61 1 parent 567e932 commit 5333a61 Copy full SHA for 5333a61
File tree 3 files changed +1
-20
lines changed
3 files changed +1
-20
lines changed Original file line number Diff line number Diff line change 47
47
48
48
<properties >
49
49
<azure .spring.boot.version>2.2.2-SNAPSHOT</azure .spring.boot.version>
50
- <azure .dependencies.bom.version>2.2.0.M2 </azure .dependencies.bom.version>
50
+ <azure .dependencies.bom.version>2.2.0.M3 </azure .dependencies.bom.version>
51
51
<spring .data.cosmosdb.version>2.2.0</spring .data.cosmosdb.version>
52
52
<spring .data.gremlin.version>2.2.0</spring .data.gremlin.version>
53
53
</properties >
Original file line number Diff line number Diff line change 34
34
<mockito .core.version>2.8.9</mockito .core.version>
35
35
<wiremock-standalone .version>2.19.0</wiremock-standalone .version>
36
36
<commons-io .version>2.3</commons-io .version>
37
- <hibernate .validator.version>6.0.9.Final</hibernate .validator.version>
38
- <javax .jms-api.version>2.0.1</javax .jms-api.version>
39
37
<qpid-jms-client .version>0.43.0</qpid-jms-client .version>
40
38
<junit-params .version>1.1.1</junit-params .version>
41
39
</properties >
109
107
<artifactId >wiremock-standalone</artifactId >
110
108
<version >${wiremock-standalone.version} </version >
111
109
</dependency >
112
- <dependency >
113
- <groupId >org.hibernate.validator</groupId >
114
- <artifactId >hibernate-validator</artifactId >
115
- <version >${hibernate.validator.version} </version >
116
- </dependency >
117
-
118
- <!-- Spring JMS-->
119
- <dependency >
120
- <groupId >org.springframework</groupId >
121
- <artifactId >spring-jms</artifactId >
122
- <version >${spring.springframework.version} </version >
123
- </dependency >
124
110
<!-- Qpid-->
125
111
<dependency >
126
112
<groupId >org.apache.qpid</groupId >
127
113
<artifactId >qpid-jms-client</artifactId >
128
114
<version >${qpid-jms-client.version} </version >
129
115
</dependency >
130
-
131
116
<!-- TEST -->
132
117
<dependency >
133
118
<groupId >pl.pragmatists</groupId >
Original file line number Diff line number Diff line change 151
151
<artifactId >azure-storage-blob</artifactId >
152
152
<optional >true</optional >
153
153
</dependency >
154
- <!-- declare version in current pom temporarily, move to azure-dependency-bom later -->
155
154
<dependency >
156
155
<groupId >com.azure</groupId >
157
156
<artifactId >azure-security-keyvault-secrets</artifactId >
158
- <version >4.1.0</version >
159
157
</dependency >
160
- <!-- declare version in current pom temporarily, move to azure-dependency-bom later -->
161
158
<dependency >
162
159
<groupId >com.azure</groupId >
163
160
<artifactId >azure-identity</artifactId >
164
- <version >1.0.2</version >
165
161
</dependency >
166
162
<dependency >
167
163
<groupId >com.microsoft.azure</groupId >
You can’t perform that action at this time.
0 commit comments