mirror of
https://github.com/Hizenberg469/secure_mailer.git
synced 2026-04-19 16:52:24 +03:00
Hidding attachment implemented
This commit is contained in:
12
pom.xml
12
pom.xml
@@ -103,33 +103,33 @@
|
||||
<dependency>
|
||||
<groupId>org.openjfx</groupId>
|
||||
<artifactId>javafx-controls</artifactId>
|
||||
<version>23</version> <!-- Adjust this version based on your setup -->
|
||||
<version>23.0.1</version> <!-- Adjust this version based on your setup -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openjfx</groupId>
|
||||
<artifactId>javafx-fxml</artifactId>
|
||||
<version>23</version>
|
||||
<version>23.0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openjfx</groupId>
|
||||
<artifactId>javafx-graphics</artifactId>
|
||||
<version>23</version>
|
||||
<version>23.0.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.openjfx</groupId>
|
||||
<artifactId>javafx-media</artifactId>
|
||||
<version>23</version>
|
||||
<version>23.0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openjfx</groupId>
|
||||
<artifactId>javafx-swing</artifactId>
|
||||
<version>23</version>
|
||||
<version>23.0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openjfx</groupId>
|
||||
<artifactId>javafx-web</artifactId>
|
||||
<version>23</version>
|
||||
<version>23.0.1</version>
|
||||
</dependency>
|
||||
|
||||
<!-- JavaMail Dependency -->
|
||||
|
||||
Reference in New Issue
Block a user