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

View File

@ -38,14 +38,15 @@
</property> </property>
</properties> </properties>
</configuration> </configuration>
<dependencies> <!-- Activate this for understanding the article only -->
<!-- <dependencies>
<dependency> <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> <groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId> <artifactId>surefire-junit47</artifactId>
<version>dummy</version> <version>dummy</version>
</dependency> </dependency>
</dependencies> </dependencies> -->
</plugin> </plugin>
</plugins> </plugins>
</build> </build>