Skip to content

Commit 8de64e8

Browse files
committed
chore: removed testcontainers versions as they are managed in gravitee-bom
1 parent 68aaffd commit 8de64e8

File tree

6 files changed

+0
-21
lines changed
  • gravitee-am-identityprovider/gravitee-am-identityprovider-jdbc
  • gravitee-am-reporter
  • gravitee-am-repository
    • gravitee-am-repository-jdbc
    • gravitee-am-repository-mongodb

6 files changed

+0
-21
lines changed

gravitee-am-identityprovider/gravitee-am-identityprovider-jdbc/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,11 @@
174174
<dependency>
175175
<groupId>org.testcontainers</groupId>
176176
<artifactId>testcontainers</artifactId>
177-
<version>${test-container.version}</version>
178177
<scope>test</scope>
179178
</dependency>
180179
<dependency>
181180
<groupId>org.testcontainers</groupId>
182181
<artifactId>r2dbc</artifactId>
183-
<version>${test-container.version}</version>
184182
<scope>test</scope>
185183
<exclusions>
186184
<exclusion>
@@ -192,13 +190,11 @@
192190
<dependency>
193191
<groupId>org.testcontainers</groupId>
194192
<artifactId>postgresql</artifactId>
195-
<version>${test-container.version}</version>
196193
<scope>test</scope>
197194
</dependency>
198195
<dependency>
199196
<groupId>org.testcontainers</groupId>
200197
<artifactId>mysql</artifactId>
201-
<version>${test-container.version}</version>
202198
<scope>test</scope>
203199
</dependency>
204200

@@ -216,7 +212,6 @@
216212
<dependency>
217213
<groupId>org.testcontainers</groupId>
218214
<artifactId>mariadb</artifactId>
219-
<version>${test-container.version}</version>
220215
<scope>test</scope>
221216
</dependency>
222217
<dependency>
@@ -228,7 +223,6 @@
228223
<dependency>
229224
<groupId>org.testcontainers</groupId>
230225
<artifactId>mssqlserver</artifactId>
231-
<version>${test-container.version}</version>
232226
<scope>test</scope>
233227
</dependency>
234228
<dependency>

gravitee-am-reporter/gravitee-am-reporter-jdbc/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,11 @@
128128
<dependency>
129129
<groupId>org.testcontainers</groupId>
130130
<artifactId>testcontainers</artifactId>
131-
<version>${test-container.version}</version>
132131
<scope>test</scope>
133132
</dependency>
134133
<dependency>
135134
<groupId>org.testcontainers</groupId>
136135
<artifactId>r2dbc</artifactId>
137-
<version>${test-container.version}</version>
138136
<scope>test</scope>
139137
<exclusions>
140138
<exclusion>
@@ -146,27 +144,23 @@
146144
<dependency>
147145
<groupId>org.testcontainers</groupId>
148146
<artifactId>postgresql</artifactId>
149-
<version>${test-container.version}</version>
150147
<scope>test</scope>
151148
</dependency>
152149
<dependency>
153150
<groupId>org.testcontainers</groupId>
154151
<artifactId>mysql</artifactId>
155-
<version>${test-container.version}</version>
156152
<scope>test</scope>
157153
</dependency>
158154

159155
<dependency>
160156
<groupId>org.testcontainers</groupId>
161157
<artifactId>mariadb</artifactId>
162-
<version>${test-container.version}</version>
163158
<scope>test</scope>
164159
</dependency>
165160

166161
<dependency>
167162
<groupId>org.testcontainers</groupId>
168163
<artifactId>mssqlserver</artifactId>
169-
<version>${test-container.version}</version>
170164
<scope>test</scope>
171165
</dependency>
172166

gravitee-am-reporter/gravitee-am-reporter-kafka/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@
172172
<dependency>
173173
<groupId>org.testcontainers</groupId>
174174
<artifactId>kafka</artifactId>
175-
<version>${test-container.version}</version>
176175
<scope>test</scope>
177176
</dependency>
178177

gravitee-am-repository/gravitee-am-repository-jdbc/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -258,13 +258,11 @@
258258
<dependency>
259259
<groupId>org.testcontainers</groupId>
260260
<artifactId>testcontainers</artifactId>
261-
<version>${test-container.version}</version>
262261
<scope>test</scope>
263262
</dependency>
264263
<dependency>
265264
<groupId>org.testcontainers</groupId>
266265
<artifactId>r2dbc</artifactId>
267-
<version>${test-container.version}</version>
268266
<scope>test</scope>
269267
<exclusions>
270268
<exclusion>
@@ -276,7 +274,6 @@
276274
<dependency>
277275
<groupId>org.testcontainers</groupId>
278276
<artifactId>postgresql</artifactId>
279-
<version>${test-container.version}</version>
280277
<scope>test</scope>
281278
<exclusions>
282279
<exclusion>
@@ -288,7 +285,6 @@
288285
<dependency>
289286
<groupId>org.testcontainers</groupId>
290287
<artifactId>mysql</artifactId>
291-
<version>${test-container.version}</version>
292288
<scope>test</scope>
293289
<exclusions>
294290
<exclusion>
@@ -301,7 +297,6 @@
301297
<dependency>
302298
<groupId>org.testcontainers</groupId>
303299
<artifactId>mariadb</artifactId>
304-
<version>${test-container.version}</version>
305300
<scope>test</scope>
306301
<exclusions>
307302
<exclusion>
@@ -314,7 +309,6 @@
314309
<dependency>
315310
<groupId>org.testcontainers</groupId>
316311
<artifactId>mssqlserver</artifactId>
317-
<version>${test-container.version}</version>
318312
<scope>test</scope>
319313
<exclusions>
320314
<exclusion>

gravitee-am-repository/gravitee-am-repository-mongodb/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
<dependency>
8787
<groupId>org.testcontainers</groupId>
8888
<artifactId>mongodb</artifactId>
89-
<version>${test-container.version}</version>
9089
<scope>test</scope>
9190
</dependency>
9291

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
<commons-cli.version>1.4</commons-cli.version>
115115
<ognl.version>3.3.4</ognl.version>
116116
<mockito-jupiter.version>4.4.0</mockito-jupiter.version>
117-
<test-container.version>1.17.6</test-container.version>
118117

119118
<!-- R2DBC dependencies -->
120119
<spring-data-r2dbc.version>3.2.2</spring-data-r2dbc.version>

0 commit comments

Comments
 (0)