We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
silentsoft
Learn more about funding links in repositories.
Report abuse
1 parent 9f43264 commit d88e916Copy full SHA for d88e916
pom.xml
@@ -83,6 +83,16 @@
83
</execution>
84
</executions>
85
</plugin>
86
+ <plugin>
87
+ <groupId>org.apache.maven.plugins</groupId>
88
+ <artifactId>maven-surefire-plugin</artifactId>
89
+ <version>2.22.2</version>
90
+ </plugin>
91
92
93
+ <artifactId>maven-failsafe-plugin</artifactId>
94
95
96
</plugins>
97
</build>
98
@@ -167,12 +177,6 @@
167
177
<version>5.7.2</version>
168
178
<scope>test</scope>
169
179
</dependency>
170
- <dependency>
171
- <groupId>org.junit.vintage</groupId>
172
- <artifactId>junit-vintage-engine</artifactId>
173
- <version>5.7.2</version>
174
- <scope>test</scope>
175
- </dependency>
176
180
</dependencies>
181
182
<distributionManagement>
0 commit comments