File tree 2 files changed +40
-7
lines changed
2 files changed +40
-7
lines changed Original file line number Diff line number Diff line change 16
16
17
17
<properties >
18
18
<mainClass >com.devonfw.ide.gui.AppLauncher</mainClass >
19
- <javafx .version>21</javafx .version>
20
- <testfx .version>4.0.18</testfx .version>
21
19
<javafx .maven.plugin.version>0.0.8</javafx .maven.plugin.version>
22
20
</properties >
23
21
27
25
<artifactId >ide-cli</artifactId >
28
26
<version >${project.version} </version >
29
27
</dependency >
28
+ <dependency >
29
+ <groupId >org.junit.jupiter</groupId >
30
+ <artifactId >junit-jupiter</artifactId >
31
+ <scope >test</scope >
32
+ </dependency >
33
+ <dependency >
34
+ <groupId >org.assertj</groupId >
35
+ <artifactId >assertj-core</artifactId >
36
+ <scope >test</scope >
37
+ </dependency >
30
38
<dependency >
31
39
<groupId >org.openjfx</groupId >
32
40
<artifactId >javafx-controls</artifactId >
33
- <version >${javafx.version} </version >
34
41
</dependency >
35
42
<dependency >
36
43
<groupId >org.openjfx</groupId >
37
44
<artifactId >javafx-fxml</artifactId >
38
- <version >${javafx.version} </version >
39
45
</dependency >
40
46
<dependency >
41
47
<groupId >org.testfx</groupId >
42
48
<artifactId >testfx-core</artifactId >
43
- <version >${testfx.version} </version >
44
49
<scope >test</scope >
45
50
</dependency >
46
51
<dependency >
47
52
<groupId >org.testfx</groupId >
48
53
<artifactId >testfx-junit5</artifactId >
49
- <version >${testfx.version} </version >
50
54
<scope >test</scope >
51
55
</dependency >
52
56
<dependency >
53
57
<groupId >org.testfx</groupId >
54
58
<artifactId >openjfx-monocle</artifactId >
55
- <version >17.0.10</version >
56
59
<scope >test</scope >
57
60
</dependency >
58
61
</dependencies >
Original file line number Diff line number Diff line change 28
28
<jackson .version>2.18.2</jackson .version>
29
29
<xmlunit .version>2.10.0</xmlunit .version>
30
30
<wiremock .version>3.11.0</wiremock .version>
31
+ <javafx .version>21</javafx .version>
32
+ <testfx .version>4.0.18</testfx .version>
31
33
</properties >
32
34
33
35
<dependencyManagement >
137
139
<version >3.11.0</version >
138
140
<scope >test</scope >
139
141
</dependency >
142
+ <dependency >
143
+ <groupId >org.testfx</groupId >
144
+ <artifactId >openjfx-monocle</artifactId >
145
+ <version >17.0.10</version >
146
+ <scope >test</scope >
147
+ </dependency >
148
+ <dependency >
149
+ <groupId >org.testfx</groupId >
150
+ <artifactId >testfx-junit5</artifactId >
151
+ <version >${testfx.version} </version >
152
+ <scope >test</scope >
153
+ </dependency >
154
+ <dependency >
155
+ <groupId >org.testfx</groupId >
156
+ <artifactId >testfx-core</artifactId >
157
+ <version >${testfx.version} </version >
158
+ <scope >test</scope >
159
+ </dependency >
160
+ <dependency >
161
+ <groupId >org.openjfx</groupId >
162
+ <artifactId >javafx-fxml</artifactId >
163
+ <version >${javafx.version} </version >
164
+ </dependency >
165
+ <dependency >
166
+ <groupId >org.openjfx</groupId >
167
+ <artifactId >javafx-controls</artifactId >
168
+ <version >${javafx.version} </version >
169
+ </dependency >
140
170
</dependencies >
141
171
</dependencyManagement >
142
172
You can’t perform that action at this time.
0 commit comments