Skip to content

Commit 9671a05

Browse files
committed
JavaFX dependecy scope=provided
1 parent 7e2fa00 commit 9671a05

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,28 +188,32 @@
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

0 commit comments

Comments
 (0)