Skip to content

Commit

Permalink
Add missing dependency for jide-oss with flatlaf
Browse files Browse the repository at this point in the history
  • Loading branch information
breiler committed Jan 14, 2024
1 parent bdecfec commit 4c2444c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<ugs.maven-assembly-plugin.version>2.5.3</ugs.maven-assembly-plugin.version>
<ugs.jide.version>3.7.12</ugs.jide.version>
<ugs.snakeyaml.version>1.30</ugs.snakeyaml.version>
<ugs.flatlaf.version>3.2.5</ugs.flatlaf.version>

<!-- Sets the timestamp format -->
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
Expand Down
12 changes: 12 additions & 0 deletions ugs-platform/ugs-platform-plugin-designer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,18 @@
<artifactId>jide-oss</artifactId>
<version>${ugs.jide.version}</version>
</dependency>
<dependency>
<groupId>com.formdev</groupId>
<artifactId>flatlaf-jide-oss</artifactId>
<version>${ugs.flatlaf.version}</version>
</dependency>

<!-- Look and feel when running standalone-->
<dependency>
<groupId>com.formdev</groupId>
<artifactId>flatlaf</artifactId>
<version>${ugs.flatlaf.version}</version>
</dependency>

<!-- UGS dependencies -->
<dependency>
Expand Down

0 comments on commit 4c2444c

Please sign in to comment.