I want to end my life
This commit is contained in:
parent
22f5723d93
commit
f2c2984db1
2 changed files with 9 additions and 7 deletions
|
@ -23,13 +23,6 @@
|
|||
<artifactId>javafx-fxml</artifactId>
|
||||
<version>11</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Jackson Databind for JSON handling -->
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
<version>2.15.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
com/example/CheckOutController.class
|
||||
com/example/App.class
|
||||
com/example/CartController.class
|
||||
module-info.class
|
||||
com/example/ShopController.class
|
||||
com/example/Item.class
|
||||
com/example/RegisterController.class
|
||||
com/example/Account.class
|
||||
com/example/LoginController.class
|
Loading…
Reference in a new issue