File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
smallrye-reactive-messaging-kafka Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 85
85
<smallrye-reactive-converter-api .version>1.2.1</smallrye-reactive-converter-api .version>
86
86
<smallrye-vertx-mutiny-clients .version>1.2.1</smallrye-vertx-mutiny-clients .version>
87
87
88
+ <testcontainers .version>1.15.0-rc2</testcontainers .version>
89
+
88
90
<sonar .coverage.jacoco.xmlReportPaths>${project.basedir} /target/jacoco.xml</sonar .coverage.jacoco.xmlReportPaths>
89
91
</properties >
90
92
238
240
<artifactId >smallrye-reactive-messaging-api</artifactId >
239
241
<version >${project.version} </version >
240
242
</dependency >
243
+
244
+ <dependency >
245
+ <groupId >org.testcontainers</groupId >
246
+ <artifactId >testcontainers</artifactId >
247
+ <version >${testcontainers.version} </version >
248
+ <scope >test</scope >
249
+ </dependency >
241
250
</dependencies >
242
251
</dependencyManagement >
243
252
Original file line number Diff line number Diff line change 64
64
<dependency >
65
65
<groupId >org.testcontainers</groupId >
66
66
<artifactId >kafka</artifactId >
67
- <version >1.14.3 </version >
67
+ <version >${testcontainers.version} </version >
68
68
<scope >test</scope >
69
69
</dependency >
70
70
<dependency >
You can’t perform that action at this time.
0 commit comments