Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parallelizable.it.forkCount>2</parallelizable.it.forkCount>
<!-- All tests tagged are to be executed in parallel -->
<parallelizable.it.tags>parallelizableIT</parallelizable.it.tags>
<surefire.and.failsafe.version>3.0.0-M7</surefire.and.failsafe.version>
<surefire.and.failsafe.version>3.1.2</surefire.and.failsafe.version>
<surefire.jpms.args/>
<failsafe.parallelizable.jpms.args/>
<!-- Skip deployment by default for everything in this project. -->
Expand All @@ -44,7 +44,7 @@
<slf4j-api.version>1.7.36</slf4j-api.version>
<hamcrest-junit.version>2.0.0.0</hamcrest-junit.version>
<mockito-core.version>5.4.0</mockito-core.version>
<junit.version>5.9.3</junit.version>
<junit.version>5.10.0</junit.version>
<testng-engine.version>1.0.4</testng-engine.version>
<jarchivelib.version>1.2.0</jarchivelib.version>
<bouncycastle-jdk15on.version>1.70</bouncycastle-jdk15on.version>
Expand Down Expand Up @@ -156,6 +156,13 @@
<groupId>org.junit.support</groupId>
<artifactId>testng-engine</artifactId>
<version>${testng-engine.version}</version>
<exclusions>
<exclusion>
<!-- Use the version supplied by the org.junit.jupiter:junit-jupiter -->
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-engine</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
<dependency>
Expand Down