BAEL-1303 Intro to Primefaces (#3874)

* ivan.ljubicic.app.developer@gmail.com

* Added unit tests, configuration class and minor adjustments

* primefaces intro module added

* deleted primefaces old module

* deleted different bean injection types sample project

* deleted addition different bean injection types file

* Renaming archetype in web.xml

* Added primefaces in jsf module

* Primefaces improvements

* Added commandButton and dialog

* Added PFM

* Code formatting

* Update pom.xml

* Formatting changes
This commit is contained in:
IvanLjubicic
2018-05-01 16:59:17 +02:00
committed by daoire
parent a86f9de2cd
commit 13d226c97b
6 changed files with 259 additions and 1 deletions
+8 -1
View File
@@ -73,6 +73,13 @@
<scope>provided</scope>
<version>${javax.servlet.version}</version>
</dependency>
<!-- Primefaces -->
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
<version>6.2</version>
</dependency>
</dependencies>
<build>
@@ -103,6 +110,6 @@
<!-- maven plugins -->
<maven-war-plugin.version>2.6</maven-war-plugin.version>
</properties>
</properties>
</project>