File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3333 </properties >
3434
35+
36+ <dependencyManagement >
37+ <dependencies >
38+
39+ <dependency >
40+ <groupId >net.openhft</groupId >
41+ <artifactId >third-party-bom</artifactId >
42+ <type >pom</type >
43+ <version >3.1-SNAPSHOT</version >
44+ <scope >import</scope >
45+ </dependency >
46+
47+ </dependencies >
48+ </dependencyManagement >
49+
3550 <dependencies >
51+
3652 <dependency >
3753 <groupId >com.sun.java</groupId >
3854 <artifactId >tools</artifactId >
39- <version >${java.version} </version >
40- <scope >system</scope >
41- <systemPath >${java.home} /../lib/tools.jar</systemPath >
4255 </dependency >
56+
4357 <dependency >
4458 <groupId >org.kohsuke.jetbrains</groupId >
4559 <artifactId >annotations</artifactId >
46- <version >9.0</version >
47- <scope >compile</scope >
4860 </dependency >
61+
4962 <dependency >
5063 <groupId >org.easymock</groupId >
5164 <artifactId >easymock</artifactId >
52- <version >3.1</version >
53- <scope >test</scope >
5465 </dependency >
66+
5567 <dependency >
5668 <groupId >junit</groupId >
5769 <artifactId >junit</artifactId >
58- <version >4.11</version >
59- <scope >test</scope >
6070 </dependency >
71+
6172 </dependencies >
6273
74+
6375 <build >
6476 <plugins >
6577 <plugin >
You can’t perform that action at this time.
0 commit comments