Skip to content

Commit c14e3fd

Browse files
committed
Remove leftover plugin in pom.xml
1 parent 6b0d3c1 commit c14e3fd

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -159,29 +159,6 @@
159159
</execution>
160160
</executions>
161161
</plugin>
162-
163-
<!-- Maven test plugin -->
164-
<plugin>
165-
<artifactId>maven-surefire-plugin</artifactId>
166-
<version>2.19</version>
167-
<dependencies>
168-
<dependency>
169-
<groupId>org.junit.platform</groupId>
170-
<artifactId>junit-platform-surefire-provider</artifactId>
171-
<version>${junit.platform.version}</version>
172-
</dependency>
173-
<dependency>
174-
<groupId>org.junit.jupiter</groupId>
175-
<artifactId>junit-jupiter-engine</artifactId>
176-
<version>${junit.jupiter.version}</version>
177-
</dependency>
178-
<dependency>
179-
<groupId>org.junit.vintage</groupId>
180-
<artifactId>junit-vintage-engine</artifactId>
181-
<version>${junit.vintage.version}</version>
182-
</dependency>
183-
</dependencies>
184-
</plugin>
185162
</plugins>
186163
</build>
187164

0 commit comments

Comments
 (0)