Skip to content

Commit 82ac4b0

Browse files
committed
Remove shaded JUnit platform
It is present as dependency anyway and even if not it makes no sense to depend on this module without platform being present already anywy and shading it without relocation easily leads to conflicts.
1 parent b08c063 commit 82ac4b0

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -248,25 +248,6 @@
248248
</execution>
249249
</executions>
250250
</plugin>
251-
<plugin>
252-
<groupId>org.apache.maven.plugins</groupId>
253-
<artifactId>maven-shade-plugin</artifactId>
254-
<version>3.2.1</version>
255-
<executions>
256-
<execution>
257-
<goals>
258-
<goal>shade</goal>
259-
</goals>
260-
</execution>
261-
</executions>
262-
<configuration>
263-
<artifactSet>
264-
<includes>
265-
<include>org.junit.platform:*</include>
266-
</includes>
267-
</artifactSet>
268-
</configuration>
269-
</plugin>
270251
<plugin>
271252
<groupId>org.codehaus.mojo</groupId>
272253
<artifactId>flatten-maven-plugin</artifactId>

0 commit comments

Comments
 (0)