Skip to content

Commit

Permalink
Add missing module to kit and update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr committed Sep 27, 2024
1 parent 52bda3f commit be4a418
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion kit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
<artifactId>display</artifactId>
<version>${gluon.attach.version}</version>
<classifier>desktop</classifier>
<scope>runtime</scope>
</dependency>

<!-- Rest API -->
Expand Down
1 change: 1 addition & 0 deletions kit/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
requires transitive javafx.web;

requires com.gluonhq.charm.glisten;
requires com.gluonhq.attach.display;
requires static javax.json.api;
requires transitive static java.prefs;

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<maven.compiler.release>${java.version}</maven.compiler.release>
<javafx.version>23</javafx.version>
<aether.version>1.1.0</aether.version>
<charm.glisten.version>6.2.2</charm.glisten.version>
<gluon.attach.version>4.0.19</gluon.attach.version>
<charm.glisten.version>6.2.3</charm.glisten.version>
<gluon.attach.version>4.0.21</gluon.attach.version>
<junit.jupiter.version>5.10.0</junit.jupiter.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.github.repository>gluonhq/scenebuilder</project.github.repository>
Expand Down

0 comments on commit be4a418

Please sign in to comment.