Skip to content

Commit 905bbd7

Browse files
author
Rob Austin
committed
JLANG-8 updated to use a third-party-bom
1 parent 132f8ad commit 905bbd7

1 file changed

Lines changed: 21 additions & 9 deletions

File tree

compiler/pom.xml

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,34 +32,46 @@
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>

0 commit comments

Comments
 (0)