File tree Expand file tree Collapse file tree 6 files changed +0
-21
lines changed
gravitee-am-identityprovider/gravitee-am-identityprovider-jdbc
gravitee-am-reporter-jdbc
gravitee-am-reporter-kafka
gravitee-am-repository-jdbc
gravitee-am-repository-mongodb Expand file tree Collapse file tree 6 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 174
174
<dependency >
175
175
<groupId >org.testcontainers</groupId >
176
176
<artifactId >testcontainers</artifactId >
177
- <version >${test-container.version} </version >
178
177
<scope >test</scope >
179
178
</dependency >
180
179
<dependency >
181
180
<groupId >org.testcontainers</groupId >
182
181
<artifactId >r2dbc</artifactId >
183
- <version >${test-container.version} </version >
184
182
<scope >test</scope >
185
183
<exclusions >
186
184
<exclusion >
192
190
<dependency >
193
191
<groupId >org.testcontainers</groupId >
194
192
<artifactId >postgresql</artifactId >
195
- <version >${test-container.version} </version >
196
193
<scope >test</scope >
197
194
</dependency >
198
195
<dependency >
199
196
<groupId >org.testcontainers</groupId >
200
197
<artifactId >mysql</artifactId >
201
- <version >${test-container.version} </version >
202
198
<scope >test</scope >
203
199
</dependency >
204
200
216
212
<dependency >
217
213
<groupId >org.testcontainers</groupId >
218
214
<artifactId >mariadb</artifactId >
219
- <version >${test-container.version} </version >
220
215
<scope >test</scope >
221
216
</dependency >
222
217
<dependency >
228
223
<dependency >
229
224
<groupId >org.testcontainers</groupId >
230
225
<artifactId >mssqlserver</artifactId >
231
- <version >${test-container.version} </version >
232
226
<scope >test</scope >
233
227
</dependency >
234
228
<dependency >
Original file line number Diff line number Diff line change 128
128
<dependency >
129
129
<groupId >org.testcontainers</groupId >
130
130
<artifactId >testcontainers</artifactId >
131
- <version >${test-container.version} </version >
132
131
<scope >test</scope >
133
132
</dependency >
134
133
<dependency >
135
134
<groupId >org.testcontainers</groupId >
136
135
<artifactId >r2dbc</artifactId >
137
- <version >${test-container.version} </version >
138
136
<scope >test</scope >
139
137
<exclusions >
140
138
<exclusion >
146
144
<dependency >
147
145
<groupId >org.testcontainers</groupId >
148
146
<artifactId >postgresql</artifactId >
149
- <version >${test-container.version} </version >
150
147
<scope >test</scope >
151
148
</dependency >
152
149
<dependency >
153
150
<groupId >org.testcontainers</groupId >
154
151
<artifactId >mysql</artifactId >
155
- <version >${test-container.version} </version >
156
152
<scope >test</scope >
157
153
</dependency >
158
154
159
155
<dependency >
160
156
<groupId >org.testcontainers</groupId >
161
157
<artifactId >mariadb</artifactId >
162
- <version >${test-container.version} </version >
163
158
<scope >test</scope >
164
159
</dependency >
165
160
166
161
<dependency >
167
162
<groupId >org.testcontainers</groupId >
168
163
<artifactId >mssqlserver</artifactId >
169
- <version >${test-container.version} </version >
170
164
<scope >test</scope >
171
165
</dependency >
172
166
Original file line number Diff line number Diff line change 172
172
<dependency >
173
173
<groupId >org.testcontainers</groupId >
174
174
<artifactId >kafka</artifactId >
175
- <version >${test-container.version} </version >
176
175
<scope >test</scope >
177
176
</dependency >
178
177
Original file line number Diff line number Diff line change 258
258
<dependency >
259
259
<groupId >org.testcontainers</groupId >
260
260
<artifactId >testcontainers</artifactId >
261
- <version >${test-container.version} </version >
262
261
<scope >test</scope >
263
262
</dependency >
264
263
<dependency >
265
264
<groupId >org.testcontainers</groupId >
266
265
<artifactId >r2dbc</artifactId >
267
- <version >${test-container.version} </version >
268
266
<scope >test</scope >
269
267
<exclusions >
270
268
<exclusion >
276
274
<dependency >
277
275
<groupId >org.testcontainers</groupId >
278
276
<artifactId >postgresql</artifactId >
279
- <version >${test-container.version} </version >
280
277
<scope >test</scope >
281
278
<exclusions >
282
279
<exclusion >
288
285
<dependency >
289
286
<groupId >org.testcontainers</groupId >
290
287
<artifactId >mysql</artifactId >
291
- <version >${test-container.version} </version >
292
288
<scope >test</scope >
293
289
<exclusions >
294
290
<exclusion >
301
297
<dependency >
302
298
<groupId >org.testcontainers</groupId >
303
299
<artifactId >mariadb</artifactId >
304
- <version >${test-container.version} </version >
305
300
<scope >test</scope >
306
301
<exclusions >
307
302
<exclusion >
314
309
<dependency >
315
310
<groupId >org.testcontainers</groupId >
316
311
<artifactId >mssqlserver</artifactId >
317
- <version >${test-container.version} </version >
318
312
<scope >test</scope >
319
313
<exclusions >
320
314
<exclusion >
Original file line number Diff line number Diff line change 86
86
<dependency >
87
87
<groupId >org.testcontainers</groupId >
88
88
<artifactId >mongodb</artifactId >
89
- <version >${test-container.version} </version >
90
89
<scope >test</scope >
91
90
</dependency >
92
91
Original file line number Diff line number Diff line change 114
114
<commons-cli .version>1.4</commons-cli .version>
115
115
<ognl .version>3.3.4</ognl .version>
116
116
<mockito-jupiter .version>4.4.0</mockito-jupiter .version>
117
- <test-container .version>1.17.6</test-container .version>
118
117
119
118
<!-- R2DBC dependencies -->
120
119
<spring-data-r2dbc .version>3.2.2</spring-data-r2dbc .version>
You can’t perform that action at this time.
0 commit comments