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