File tree Expand file tree Collapse file tree 3 files changed +14
-129
lines changed
src/test/java/net/openhft/affinity Expand file tree Collapse file tree 3 files changed +14
-129
lines changed Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 11package net .openhft .affinity ;
22
3- import net .openhft .affinity .common .ProcessRunner ;
43import net .openhft .affinity .testimpl .TestFileLockBasedLockChecker ;
4+ import net .openhft .chronicle .testframework .process .ProcessRunner ;
55import org .jetbrains .annotations .NotNull ;
66import org .junit .Assume ;
77import org .junit .Before ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments