JAVA-20828 Fixing the core-java-exclusions module (#13997)

This commit is contained in:
Dhawal Kapil 2023-05-11 18:17:51 +05:30 committed by GitHub
parent 8636bcc29c
commit 70a53558b9
1 changed files with 4 additions and 3 deletions

View File

@ -38,14 +38,15 @@
</property>
</properties>
</configuration>
<dependencies>
<!-- Activate this for understanding the article only -->
<!-- <dependencies>
<dependency>
<!-- Deactivate JUnit 4.7 engine by overriding it with an empty dummy -->
Deactivate JUnit 4.7 engine by overriding it with an empty dummy
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>dummy</version>
</dependency>
</dependencies>
</dependencies> -->
</plugin>
</plugins>
</build>