Skip to content

Commit b1179db

Browse files
committed
Use ProcessRunner from chronicle-test-framework
1 parent 9bdca1a commit b1179db

File tree

3 files changed

+14
-129
lines changed

3 files changed

+14
-129
lines changed

affinity/pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,14 @@
4343
<groupId>net.openhft</groupId>
4444
<artifactId>third-party-bom</artifactId>
4545
<type>pom</type>
46-
<version>3.19.10</version>
46+
<version>3.22.1</version>
47+
<scope>import</scope>
48+
</dependency>
49+
<dependency>
50+
<groupId>net.openhft</groupId>
51+
<artifactId>chronicle-bom</artifactId>
52+
<version>2.22ea-SNAPSHOT</version>
53+
<type>pom</type>
4754
<scope>import</scope>
4855
</dependency>
4956
</dependencies>
@@ -82,6 +89,11 @@
8289
<artifactId>slf4j-simple</artifactId>
8390
<scope>test</scope>
8491
</dependency>
92+
<dependency>
93+
<groupId>net.openhft</groupId>
94+
<artifactId>chronicle-test-framework</artifactId>
95+
<scope>test</scope>
96+
</dependency>
8597

8698
</dependencies>
8799

affinity/src/test/java/net/openhft/affinity/MultiProcessAffinityTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.openhft.affinity;
22

3-
import net.openhft.affinity.common.ProcessRunner;
43
import net.openhft.affinity.testimpl.TestFileLockBasedLockChecker;
4+
import net.openhft.chronicle.testframework.process.ProcessRunner;
55
import org.jetbrains.annotations.NotNull;
66
import org.junit.Assume;
77
import org.junit.Before;

affinity/src/test/java/net/openhft/affinity/common/ProcessRunner.java

Lines changed: 0 additions & 127 deletions
This file was deleted.

0 commit comments

Comments
 (0)