remove test scope

This commit is contained in:
karleowne 2021-07-30 16:37:58 +07:00
parent 0efdf33b7e
commit 69a435cf18

View File

@ -12,7 +12,7 @@
<packaging>jar</packaging>
<artifactId>testcontainers-annotations</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
<url>https://github.com/rbkmoney/testcontainers-annotations</url>
<licenses>
@ -132,7 +132,6 @@
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>${testcontainers.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>