Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
feat: add required modules
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickkirschen committed Dec 28, 2022
1 parent 9e7fc22 commit 3c98c41
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
/**
* @author Paul Antoni
* @author Luis Binzenhöfer
* @author Daniel Eremeev
* @author Yannick Kirschen
* @author Moritz Thoma
* @since 1.0.0
*/

module de.dhbw.silencio {
requires javafx.controls;
requires java.desktop;
requires static lombok;
requires opencsv;
requires com.opencsv;
requires java.sql;

exports de.dhbw.silencio.ui.scene;
exports de.dhbw.silencio.ui;
Expand Down

0 comments on commit 3c98c41

Please sign in to comment.