Skip to content

Commit

Permalink
Fixes #175 - Add PrimeFaces (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Sep 3, 2024
1 parent 7bd5e01 commit 283dea5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<junit.version>5.11.0</junit.version>
<piranha.version>24.8.0</piranha.version>
<playwright.version>1.46.0</playwright.version>
<primefaces.version>14.0.3</primefaces.version>
<!-- other -->
<java.version>21</java.version>
<piranha.distribution>webprofile</piranha.distribution>
Expand Down Expand Up @@ -129,6 +130,13 @@
<version>${playwright.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
<version>${primefaces.version}</version>
<scope>compile</scope>
<classifier>jakarta</classifier>
</dependency>
</dependencies>
<profiles>
<profile>
Expand Down

0 comments on commit 283dea5

Please sign in to comment.