remove vintage (#81)

Co-authored-by: ggmaleva <ggmaleva@yandex.ru>
This commit is contained in:
Gregory 2023-10-26 11:23:07 +03:00 committed by GitHub
parent a3e12203c1
commit 999eb19dfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
<groupId>dev.vality</groupId>
<artifactId>service-parent-pom</artifactId>
<version>2.1.7</version>
<version>2.1.8</version>
<packaging>pom</packaging>
<name>Vality parent</name>
@ -106,11 +106,6 @@
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<profiles>