File tree Expand file tree Collapse file tree 21 files changed +90
-46
lines changed Expand file tree Collapse file tree 21 files changed +90
-46
lines changed Original file line number Diff line number Diff line change 13
13
<artifactId >cdk-annotation</artifactId >
14
14
15
15
<name >cdk-annotation</name >
16
- <dependencies >
17
- <dependency >
18
- <groupId >junit</groupId >
19
- <artifactId >junit</artifactId >
20
- <scope >test</scope >
21
- </dependency >
22
- </dependencies >
23
16
<build >
24
17
<plugins >
25
18
<plugin >
Original file line number Diff line number Diff line change 29
29
<artifactId >cdk-standard</artifactId >
30
30
<version >${project.parent.version} </version >
31
31
</dependency >
32
- <dependency >
33
- <groupId >junit</groupId >
34
- <artifactId >junit</artifactId >
35
- <scope >test</scope >
36
- </dependency >
37
32
</dependencies >
38
33
<build >
39
34
<plugins >
Original file line number Diff line number Diff line change 14
14
15
15
<name >cdk-core</name >
16
16
<dependencies >
17
+ <dependency >
18
+ <groupId >javax.vecmath</groupId >
19
+ <artifactId >vecmath</artifactId >
20
+ </dependency >
17
21
<dependency >
18
22
<groupId >com.google.guava</groupId >
19
23
<artifactId >guava</artifactId >
23
27
<artifactId >cdk-interfaces</artifactId >
24
28
<version >${project.parent.version} </version >
25
29
</dependency >
26
- <dependency >
27
- <groupId >junit</groupId >
28
- <artifactId >junit</artifactId >
29
- <scope >test</scope >
30
- </dependency >
31
30
</dependencies >
32
31
33
32
<build >
Original file line number Diff line number Diff line change 29
29
</dependency >
30
30
<dependency >
31
31
<groupId >org.hamcrest</groupId >
32
- <artifactId >hamcrest-core </artifactId >
32
+ <artifactId >hamcrest</artifactId >
33
33
<scope >test</scope >
34
34
</dependency >
35
35
<dependency >
Original file line number Diff line number Diff line change 25
25
</dependency >
26
26
<dependency >
27
27
<groupId >org.hamcrest</groupId >
28
- <artifactId >hamcrest-core </artifactId >
28
+ <artifactId >hamcrest</artifactId >
29
29
<scope >test</scope >
30
30
</dependency >
31
31
<dependency >
Original file line number Diff line number Diff line change 19
19
<artifactId >xom</artifactId >
20
20
</dependency >
21
21
<dependency >
22
- <groupId >junit </groupId >
23
- <artifactId >junit </artifactId >
24
- <scope >test</ scope >
22
+ <groupId >xml-apis </groupId >
23
+ <artifactId >xml-apis </artifactId >
24
+ <version >1.3.03</ version >
25
25
</dependency >
26
26
<dependency >
27
27
<groupId >${project.groupId} </groupId >
28
28
<artifactId >cdk-interfaces</artifactId >
29
29
<version >${project.parent.version} </version >
30
30
</dependency >
31
31
<dependency >
32
+ <groupId >junit</groupId >
33
+ <artifactId >junit</artifactId >
34
+ <scope >test</scope >
35
+ </dependency >
36
+ <dependency >
37
+ <!-- Only used for CDK logging in tests-->
32
38
<groupId >${project.groupId} </groupId >
33
39
<artifactId >cdk-core</artifactId >
34
40
<version >${project.parent.version} </version >
41
+ <scope >test</scope >
35
42
</dependency >
36
43
<dependency >
37
44
<groupId >${project.groupId} </groupId >
Original file line number Diff line number Diff line change 29
29
</dependency >
30
30
<dependency >
31
31
<groupId >org.hamcrest</groupId >
32
- <artifactId >hamcrest-core </artifactId >
32
+ <artifactId >hamcrest</artifactId >
33
33
<scope >test</scope >
34
34
</dependency >
35
35
<dependency >
Original file line number Diff line number Diff line change 19
19
<artifactId >junit</artifactId >
20
20
<scope >test</scope >
21
21
</dependency >
22
+ <dependency >
23
+ <groupId >org.hamcrest</groupId >
24
+ <artifactId >hamcrest</artifactId >
25
+ <scope >test</scope >
26
+ </dependency >
22
27
<dependency >
23
28
<groupId >${project.groupId} </groupId >
24
29
<artifactId >cdk-interfaces</artifactId >
Original file line number Diff line number Diff line change 29
29
</dependency >
30
30
<dependency >
31
31
<groupId >org.hamcrest</groupId >
32
- <artifactId >hamcrest-core </artifactId >
32
+ <artifactId >hamcrest</artifactId >
33
33
<scope >test</scope >
34
34
</dependency >
35
35
<dependency >
Original file line number Diff line number Diff line change 25
25
<artifactId >junit</artifactId >
26
26
<scope >test</scope >
27
27
</dependency >
28
+ <dependency >
29
+ <groupId >org.hamcrest</groupId >
30
+ <artifactId >hamcrest</artifactId >
31
+ <scope >test</scope >
32
+ </dependency >
28
33
<dependency >
29
34
<groupId >${project.groupId} </groupId >
30
35
<artifactId >cdk-interfaces</artifactId >
You can’t perform that action at this time.
0 commit comments