Skip to content

Commit

Permalink
PF 14.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Nov 25, 2024
1 parent 56ff3b3 commit f3c4fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.melloware</groupId>
<artifactId>quarkus-faces</artifactId>
<version>14.0.7</version>
<version>14.0.8</version>
<packaging>jar</packaging>
<name>quarkus-faces</name>
<description>Quarkus version of the PrimeFaces Showcase with many optimizations</description>
Expand All @@ -15,7 +15,7 @@
<lombok.version>1.18.36</lombok.version>
<myfaces.version>4.1.0-RC3</myfaces.version>
<omnifaces-quarkus.version>4.6.1</omnifaces-quarkus.version>
<primefaces-quarkus.version>3.14.7</primefaces-quarkus.version>
<primefaces-quarkus.version>3.14.8</primefaces-quarkus.version>
<quarkus.version>3.17.0</quarkus.version>
</properties>
<dependencyManagement>
Expand Down
4 changes: 0 additions & 4 deletions src/main/resources/META-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@
<param-name>primefaces.MULTI_VIEW_STATE_STORE</param-name>
<param-value>client-window</param-value>
</context-param>
<context-param>
<param-name>primefaces.js.COMBINED_RESOURCE_HANDLER_DISABLED</param-name>
<param-value>true</param-value>
</context-param>

<!-- Context parameters - MyFaces -->
<context-param>
Expand Down

0 comments on commit f3c4fb3

Please sign in to comment.