File tree 1 file changed +0
-7
lines changed
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 17
17
<maven .compiler.target>1.8</maven .compiler.target>
18
18
<r2dbc-spi .version>1.0.0.RELEASE</r2dbc-spi .version>
19
19
<commons-lang3 .version>3.12.0</commons-lang3 .version>
20
- <testcontainers .elasticsearch.version>1.16.3</testcontainers .elasticsearch.version>
21
20
<testcontainers .clickhouse.version>1.16.3</testcontainers .clickhouse.version>
22
21
<docker-java-api .version>3.2.13</docker-java-api .version>
23
22
<docker-java-transport-zerodep .version>3.2.13</docker-java-transport-zerodep .version>
67
66
<artifactId >commons-lang3</artifactId >
68
67
<version >${commons-lang3.version} </version >
69
68
</dependency >
70
- <dependency >
71
- <groupId >org.testcontainers</groupId >
72
- <artifactId >elasticsearch</artifactId >
73
- <version >${testcontainers.elasticsearch.version} </version >
74
- <scope >test</scope >
75
- </dependency >
76
69
<dependency >
77
70
<groupId >org.testcontainers</groupId >
78
71
<artifactId >clickhouse</artifactId >
You can’t perform that action at this time.
0 commit comments