JAVA-20828 Fixing the core-java-exclusions module (#13997)
This commit is contained in:
parent
8636bcc29c
commit
70a53558b9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue