feat: Added absences and moodle integration
This commit is contained in:
@@ -24,6 +24,14 @@
|
||||
<mainClass>cz.jzitnik.Main</mainClass>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>exec-maven-plugin</artifactId>
|
||||
<version>3.1.1</version>
|
||||
<configuration>
|
||||
<mainClass>cz.jzitnik.Main</mainClass>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
@@ -39,6 +47,11 @@
|
||||
<artifactId>javafx-fxml</artifactId>
|
||||
<version>21.0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openjfx</groupId>
|
||||
<artifactId>javafx-web</artifactId>
|
||||
<version>21.0.1</version>
|
||||
</dependency>
|
||||
|
||||
<!-- AtlantaFX Theme -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user