|
67 | 67 | </distributionManagement>
|
68 | 68 |
|
69 | 69 | <properties>
|
| 70 | + <joinfaces.version>4.3.4</joinfaces.version> |
| 71 | + |
70 | 72 | <java.version>13</java.version>
|
71 | 73 | <version.maven>3.6.3</version.maven>
|
72 | 74 |
|
|
481 | 483 | <artifactId>htmlunit</artifactId>
|
482 | 484 | <version>${htmlunit.version}</version>
|
483 | 485 | </dependency>
|
| 486 | + |
| 487 | + <dependency> |
| 488 | + <groupId>org.primefaces</groupId> |
| 489 | + <artifactId>primefaces</artifactId> |
| 490 | + <version>8.0</version> |
| 491 | + </dependency> |
| 492 | + <dependency> |
| 493 | + <groupId>org.joinfaces</groupId> |
| 494 | + <artifactId>joinfaces-dependencies</artifactId> |
| 495 | + <version>${joinfaces.version}</version> |
| 496 | + <type>pom</type> |
| 497 | + <scope>import</scope> |
| 498 | + </dependency> |
| 499 | + <dependency> |
| 500 | + <groupId>org.joinfaces</groupId> |
| 501 | + <artifactId>jsf-spring-boot-starter</artifactId> |
| 502 | + </dependency> |
484 | 503 | </dependencies>
|
485 | 504 | </dependencyManagement>
|
486 | 505 |
|
|
734 | 753 | <groupId>org.apache.maven.doxia</groupId>
|
735 | 754 | <artifactId>doxia-module-markdown</artifactId>
|
736 | 755 | </dependency>
|
| 756 | + <dependency> |
| 757 | + <groupId>org.primefaces</groupId> |
| 758 | + <artifactId>primefaces</artifactId> |
| 759 | + </dependency> |
| 760 | + <dependency> |
| 761 | + <groupId>org.primefaces</groupId> |
| 762 | + <artifactId>primefaces</artifactId> |
| 763 | + <version>8.0</version> |
| 764 | + </dependency> |
| 765 | + <dependency> |
| 766 | + <groupId>com.sun.faces</groupId> |
| 767 | + <artifactId>jsf-api</artifactId> |
| 768 | + <version>2.2.20</version> |
| 769 | + </dependency> |
| 770 | + <dependency> |
| 771 | + <groupId>com.sun.faces</groupId> |
| 772 | + <artifactId>jsf-impl</artifactId> |
| 773 | + <version>2.2.20</version> |
| 774 | + </dependency> |
737 | 775 | </dependencies>
|
738 | 776 |
|
739 | 777 | <build>
|
|
838 | 876 | </dependency>
|
839 | 877 | </dependencies>
|
840 | 878 | </plugin>
|
| 879 | + <plugin> |
| 880 | + <groupId>org.joinfaces</groupId> |
| 881 | + <artifactId>joinfaces-maven-plugin</artifactId> |
| 882 | + <version>${joinfaces.version}</version> |
| 883 | + <executions> |
| 884 | + <execution> |
| 885 | + <goals> |
| 886 | + <goal>classpath-scan</goal> |
| 887 | + </goals> |
| 888 | + </execution> |
| 889 | + </executions> |
| 890 | + </plugin> |
841 | 891 | </plugins>
|
842 | 892 | </pluginManagement>
|
843 | 893 | <plugins>
|
|
1242 | 1292 | <showDeprecation>true</showDeprecation>
|
1243 | 1293 | </configuration>
|
1244 | 1294 | </plugin>
|
| 1295 | + <plugin> |
| 1296 | + <groupId>org.joinfaces</groupId> |
| 1297 | + <artifactId>joinfaces-maven-plugin</artifactId> |
| 1298 | + </plugin> |
1245 | 1299 | <plugin>
|
1246 | 1300 | <groupId>org.apache.maven.plugins</groupId>
|
1247 | 1301 | <artifactId>maven-javadoc-plugin</artifactId>
|
|
0 commit comments