We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becb272 commit 6d00694Copy full SHA for 6d00694
query/pom.xml
@@ -37,19 +37,4 @@
37
</dependency>
38
</dependencies>
39
40
- <build>
41
- <plugins>
42
- <plugin>
43
- <groupId>org.apache.maven.plugins</groupId>
44
- <artifactId>maven-surefire-plugin</artifactId>
45
- <version>3.1.0</version>
46
- <configuration>
47
- <environmentVariables>
48
- <TESTCONTAINERS_REUSE_ENABLE>true</TESTCONTAINERS_REUSE_ENABLE>
49
- <YDB_DOCKER_IMAGE>ydbplatform/local-ydb:trunk</YDB_DOCKER_IMAGE>
50
- </environmentVariables>
51
- </configuration>
52
- </plugin>
53
- </plugins>
54
- </build>
55
</project>
0 commit comments