File tree Expand file tree Collapse file tree 7 files changed +1
-41
lines changed Expand file tree Collapse file tree 7 files changed +1
-41
lines changed Original file line number Diff line number Diff line change 61
61
<version >${project.parent.version} </version >
62
62
<scope >test</scope >
63
63
</dependency >
64
- <dependency >
65
- <groupId >${project.groupId} </groupId >
66
- <artifactId >cdk-extra</artifactId >
67
- <version >${project.parent.version} </version >
68
- <scope >test</scope >
69
- </dependency >
70
64
<dependency >
71
65
<groupId >${project.groupId} </groupId >
72
66
<artifactId >cdk-io</artifactId >
104
98
<artifactId >cdk-testdata</artifactId >
105
99
<version >${project.parent.version} </version >
106
100
<type >test-jar</type >
107
- <scope >test</scope >
101
+ <scope >test</scope >
108
102
</dependency >
109
103
</dependencies >
110
104
Original file line number Diff line number Diff line change 32
32
<artifactId >cdk-core</artifactId >
33
33
<version >${project.parent.version} </version >
34
34
</dependency >
35
- <dependency >
36
- <groupId >junit</groupId >
37
- <artifactId >junit</artifactId >
38
- <scope >test</scope >
39
- </dependency >
40
35
</dependencies >
41
36
<build >
42
37
<plugins >
Original file line number Diff line number Diff line change 73
73
<version >${project.parent.version} </version >
74
74
<scope >test</scope >
75
75
</dependency >
76
- <dependency >
77
- <groupId >${project.groupId} </groupId >
78
- <artifactId >cdk-extra</artifactId >
79
- <version >${project.parent.version} </version >
80
- <scope >test</scope >
81
- </dependency >
82
76
<dependency >
83
77
<groupId >${project.groupId} </groupId >
84
78
<artifactId >cdk-testdata</artifactId >
Original file line number Diff line number Diff line change 71
71
<version >${project.parent.version} </version >
72
72
<scope >test</scope >
73
73
</dependency >
74
- <dependency >
75
- <groupId >${project.groupId} </groupId >
76
- <artifactId >cdk-extra</artifactId >
77
- <version >${project.parent.version} </version >
78
- <scope >test</scope >
79
- </dependency >
80
74
<dependency >
81
75
<groupId >${project.groupId} </groupId >
82
76
<artifactId >cdk-smiles</artifactId >
Original file line number Diff line number Diff line change 88
88
<version >${project.parent.version} </version >
89
89
<scope >test</scope >
90
90
</dependency >
91
- <dependency >
92
- <groupId >${project.groupId} </groupId >
93
- <artifactId >cdk-extra</artifactId >
94
- <version >${project.parent.version} </version >
95
- <scope >test</scope >
96
- </dependency >
97
91
<dependency >
98
92
<groupId >${project.groupId} </groupId >
99
93
<artifactId >cdk-valencycheck</artifactId >
Original file line number Diff line number Diff line change 65
65
<version >${project.parent.version} </version >
66
66
<scope >test</scope >
67
67
</dependency >
68
- <dependency >
69
- <groupId >${project.groupId} </groupId >
70
- <artifactId >cdk-io</artifactId >
71
- <version >${project.parent.version} </version >
72
- <scope >test</scope >
73
- </dependency >
74
68
<dependency >
75
69
<groupId >${project.groupId} </groupId >
76
70
<artifactId >cdk-extra</artifactId >
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 >
You can’t perform that action at this time.
0 commit comments