Skip to content

Commit 06f255d

Browse files
committed
javafx added
1 parent 829c1b2 commit 06f255d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<maven.compiler.source>11</maven.compiler.source>
14+
<javafx.version>11</javafx.version>
1415
<maven.compiler.target>11</maven.compiler.target>
1516
</properties>
1617

@@ -94,6 +95,27 @@
9495
<artifactId>nd4j-api</artifactId>
9596
<version>1.0.0-alpha</version>
9697
</dependency>
98+
<dependency>
99+
<groupId>org.openjfx</groupId>
100+
<artifactId>javafx-controls</artifactId>
101+
<version>11</version>
102+
</dependency>
103+
<dependency>
104+
<groupId>org.openjfx</groupId>
105+
<artifactId>javafx-fxml</artifactId>
106+
<version>${javafx.version}</version>
107+
</dependency>
108+
<dependency>
109+
<groupId>com.google.code.gson</groupId>
110+
<artifactId>gson</artifactId>
111+
<version>2.8.6</version>
112+
<scope>compile</scope>
113+
</dependency>
114+
<dependency>
115+
<groupId>org.openjfx</groupId>
116+
<artifactId>javafx-media</artifactId>
117+
<version>11</version>
118+
</dependency>
97119

98120

99121
</dependencies>

0 commit comments

Comments
 (0)