File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 188188 <version >64.2</version >
189189 </dependency >
190190
191- <!-- Uncomment for local run -->
191+ <!-- Uncomment 'scope' for local run -->
192192
193- <!-- < dependency>
193+ <dependency >
194194 <groupId >org.openjfx</groupId >
195195 <artifactId >javafx-swing</artifactId >
196196 <version >${openjfx.version} </version >
197+ <scope >provided</scope >
197198 </dependency >
198199 <dependency >
199200 <groupId >org.openjfx</groupId >
200201 <artifactId >javafx-controls</artifactId >
201202 <version >${openjfx.version} </version >
203+ <scope >provided</scope >
202204 </dependency >
203205 <dependency >
204206 <groupId >org.openjfx</groupId >
205207 <artifactId >javafx-web</artifactId >
206208 <version >${openjfx.version} </version >
209+ <scope >provided</scope >
207210 </dependency >
208211 <dependency >
209212 <groupId >org.openjfx</groupId >
210213 <artifactId >javafx-fxml</artifactId >
211214 <version >${openjfx.version} </version >
212- </dependency>-->
215+ <scope >provided</scope >
216+ </dependency >
213217
214218 </dependencies >
215219
You can’t perform that action at this time.
0 commit comments