Skip to content

Commit 4854205

Browse files
committed
elastic search version var is removed.
1 parent 00f47d0 commit 4854205

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

clickhouse-r2dbc/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<maven.compiler.target>1.8</maven.compiler.target>
1818
<r2dbc-spi.version>1.0.0.RELEASE</r2dbc-spi.version>
1919
<commons-lang3.version>3.12.0</commons-lang3.version>
20-
<testcontainers.elasticsearch.version>1.16.3</testcontainers.elasticsearch.version>
2120
<testcontainers.clickhouse.version>1.16.3</testcontainers.clickhouse.version>
2221
<docker-java-api.version>3.2.13</docker-java-api.version>
2322
<docker-java-transport-zerodep.version>3.2.13</docker-java-transport-zerodep.version>
@@ -67,12 +66,6 @@
6766
<artifactId>commons-lang3</artifactId>
6867
<version>${commons-lang3.version}</version>
6968
</dependency>
70-
<dependency>
71-
<groupId>org.testcontainers</groupId>
72-
<artifactId>elasticsearch</artifactId>
73-
<version>${testcontainers.elasticsearch.version}</version>
74-
<scope>test</scope>
75-
</dependency>
7669
<dependency>
7770
<groupId>org.testcontainers</groupId>
7871
<artifactId>clickhouse</artifactId>

0 commit comments

Comments
 (0)