Skip to content

Commit

Permalink
Fix #527: Fix themes
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Feb 1, 2025
1 parent 9db3f38 commit 79518b5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@
<version>15.0.0-SNAPSHOT</version>
<classifier>jakarta</classifier>
</dependency>
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces-themes</artifactId>
<version>15.0.0-RC2</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.core.extensions.quarkus</groupId>
<artifactId>myfaces-quarkus</artifactId>
Expand All @@ -93,6 +88,12 @@
<artifactId>quarkus-omnifaces</artifactId>
<version>${omnifaces-quarkus.version}</version>
</dependency>
<!-- Extra Themes -->
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces-themes</artifactId>
<version>15.0.0-RC2</version>
</dependency>
<!-- File Upload -->
<dependency>
<groupId>org.overviewproject</groupId>
Expand Down

0 comments on commit 79518b5

Please sign in to comment.