Skip to content

Commit 55e019d

Browse files
committed
Update pom.xml with dependencies.
1 parent 8520f86 commit 55e019d

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,20 @@
5050
<artifactId>classgraph</artifactId>
5151
<version>4.8.184</version>
5252
</dependency>
53+
<dependency>
54+
<groupId>jakarta.persistence</groupId>
55+
<artifactId>jakarta.persistence-api</artifactId>
56+
<version>3.2.0</version>
57+
</dependency>
58+
<dependency>
59+
<groupId>org.slf4j</groupId>
60+
<artifactId>slf4j-api</artifactId>
61+
<version>2.0.13</version>
62+
</dependency>
63+
<dependency>
64+
<groupId>org.openjfx</groupId>
65+
<artifactId>javafx-media</artifactId>
66+
<version>25.0.1</version>
67+
</dependency>
5368
</dependencies>
5469
</project>

0 commit comments

Comments
 (0)