Skip to content

Commit f181946

Browse files
committed
* fixed #97 evaluate JSF PrimeFaces Spring Boot AutoConfigure
* fixed #96 add JSF PrimeFaces Spring Boot AutoConfigure * fixed #95 evaluate JSF JavaxFaces Spring Boot AutoConfigure * fixed #94 add JSF JavaxFaces Spring Boot AutoConfigure * fixed #93 add JSF JavaxFaces Spring Boot AutoConfigure * fixed #92 try jars * fixed #288 create Branch JSF_Version from Release 2.3.26 * Issue #291Evaluate Joinfaces
1 parent 798c335 commit f181946

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

pom.xml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -496,10 +496,6 @@
496496
<type>pom</type>
497497
<scope>import</scope>
498498
</dependency>
499-
<dependency>
500-
<groupId>org.joinfaces</groupId>
501-
<artifactId>jsf-spring-boot-starter</artifactId>
502-
</dependency>
503499
</dependencies>
504500
</dependencyManagement>
505501

@@ -758,19 +754,8 @@
758754
<artifactId>primefaces</artifactId>
759755
</dependency>
760756
<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>
757+
<groupId>org.joinfaces</groupId>
758+
<artifactId>jsf-spring-boot-starter</artifactId>
774759
</dependency>
775760
</dependencies>
776761

0 commit comments

Comments
 (0)